From abd4f3d6cc97e6f9042d207b7f1442f11860e88d Mon Sep 17 00:00:00 2001 From: gordon Date: Fri, 24 May 2002 04:06:03 +0000 Subject: 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) --- sbin/reboot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/reboot/Makefile') 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 -- cgit v1.1