diff options
Diffstat (limited to 'sbin/reboot/Makefile')
-rw-r--r-- | sbin/reboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 01645d7a94d..acfc9c89cb3 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2000/11/09 03:57:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2016/03/30 06:38:43 jmc Exp $ PROG= reboot DPADD= ${LIBUTIL} LDADD= -lutil MAN= reboot.8 -MLINKS= reboot.8 halt.8 LINKS= ${BINDIR}/reboot ${BINDIR}/halt .include <bsd.prog.mk> |