diff options
author | gordon <gordon@FreeBSD.org> | 2002-05-24 04:06:03 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-05-24 04:06:03 +0000 |
commit | abd4f3d6cc97e6f9042d207b7f1442f11860e88d (patch) | |
tree | 1f58376e4ca882e2e9a0038b7e0683509283dcf7 /sbin/reboot/Makefile | |
parent | 0a06210fa9294d9e6fe8833e5af49bb6c30a282e (diff) | |
download | FreeBSD-src-abd4f3d6cc97e6f9042d207b7f1442f11860e88d.zip FreeBSD-src-abd4f3d6cc97e6f9042d207b7f1442f11860e88d.tar.gz |
Add a nextboot script to make it easier to control the loader nextboot
support. Also, hook it up to the build.
Approved by: jake (mentor)
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> |