diff options
Diffstat (limited to 'sbin/reboot/Makefile')
-rw-r--r-- | sbin/reboot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 2a0e4ac..c70a3f2 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -14,4 +14,6 @@ MLINKS+= boot_${MACHINE}.8 boot.8 LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \ ${BINDIR}/reboot ${BINDIR}/fasthalt +SCRIPTS= nextboot.sh + .include <bsd.prog.mk> |