minix/commands/reboot/Makefile
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

12 lines
231 B
Makefile

# Makefile for shutdown / halt / reboot.
PROGS= shutdown halt
SRCS.shutdown= shutdown.c sh_wall.c log.c
SRCS.halt= halt.c log.c
BINMODE= 4754
LINKS+= ${BINDIR}/halt ${BINDIR}/reboot
MAN.shutdown=
MAN.halt=
.include <bsd.prog.mk>