umount: getopt return value is int, not char
[minix.git] / commands / reboot / Makefile
blob18497691d783584e6cf43c468ef16ed7c2b1fec7
1 # Makefile for shutdown / halt / reboot.
3 PROGS= shutdown halt
4 SRCS.shutdown= shutdown.c sh_wall.c log.c
5 SRCS.halt= halt.c log.c
6 BINDIR=/bin
7 BINMODE= 4754
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
12 MAN.shutdown=
13 MAN.halt=
15 CPPFLAGS+= -D__NBSD_LIBC
17 .include <bsd.prog.mk>