1 # Makefile for shutdown / halt / reboot.
4 SRCS.shutdown
= shutdown.c sh_wall.c log.c
5 SRCS.halt
= halt.c log.c
8 SYMLINKS
+= ${BINDIR}/halt
${BINDIR}/reboot
9 SYMLINKS
+= ${BINDIR}/halt
/usr
/bin
/halt
10 SYMLINKS
+= ${BINDIR}/shutdown
/usr
/bin
/shutdown
11 SYMLINKS
+= ${BINDIR}/reboot
/usr
/bin
/reboot
15 CPPFLAGS
+= -D__NBSD_LIBC
17 .
include <bsd.prog.mk
>