From 53e18ddfc4ab9138339367a45a89ae1a9d9a5a0c Mon Sep 17 00:00:00 2001 From: gordon Date: Mon, 4 Nov 2002 17:39:54 +0000 Subject: [PATCH] Hook the new nextboot(8) manpage up to the build. --- sbin/reboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index c70a3f2550e7..862be6bb0562 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -4,7 +4,7 @@ PROG= reboot DPADD= ${LIBUTIL} LDADD= -lutil -MAN= reboot.8 boot_i386.8 +MAN= reboot.8 boot_i386.8 nextboot.8 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8 .if exists(${.CURDIR}/boot_${MACHINE}.8)