1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Hook the new nextboot(8) manpage up to the build.

This commit is contained in:
Gordon Tetlow 2002-11-04 17:39:54 +00:00
parent 1980cf9b79
commit e2b57789f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106417

View File

@ -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)