Makefile 156 B

1234567891011
  1. # Makefile for poweroff
  2. TOP=../../..
  3. .include "$(TOP)/mk/os161.config.mk"
  4. PROG=poweroff
  5. SRCS=poweroff.c
  6. BINDIR=/sbin
  7. .include "$(TOP)/mk/os161.prog.mk"