summaryrefslogtreecommitdiffstats
path: root/sbin/reboot
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 02:42:42 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 02:42:42 +0000
commit57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591 (patch)
tree5c31f53e1b763ae0e5b09e58a82c792ab0f8f3ae /sbin/reboot
parent195961bd8da403fa36acf39f359fb7706b4ea85a (diff)
downloadFreeBSD-src-57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591.zip
FreeBSD-src-57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591.tar.gz
Convert to our man installation style. Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile
index 71f0bdf..7dd2e90 100644
--- a/sbin/reboot/Makefile
+++ b/sbin/reboot/Makefile
@@ -3,16 +3,16 @@
PROG= reboot
DPADD= ${LIBUTIL}
LDADD= -lutil
-MAN8= reboot.0 boot_hp300.0 boot_i386.0 boot_sparc.0 boot_tahoe.0 boot_vax.0
+MAN8= reboot.8 boot_hp300.8 boot_i386.8 boot_sparc.8 boot_tahoe.8 boot_vax.8
MLINKS= reboot.8 halt.8
LINKS= ${BINDIR}/reboot ${BINDIR}/halt
XXXBROKENafterinstall:
- ${MINSTALL} boot_hp300.0 ${DESTDIR}${MANDIR}8/hp300/boot.0
- ${MINSTALL} boot_i386.0 ${DESTDIR}${MANDIR}8/i386/boot.0
- ${MINSTALL} boot_sparc.0 ${DESTDIR}${MANDIR}8/sparc/boot.0
- ${MINSTALL} boot_tahoe.0 ${DESTDIR}${MANDIR}8/tahoe/boot.0
- ${MINSTALL} boot_vax.0 ${DESTDIR}${MANDIR}8/vax/boot.0
+ ${MINSTALL} boot_hp300.8 ${DESTDIR}${MANDIR}8/hp300/boot.8
+ ${MINSTALL} boot_i386.8 ${DESTDIR}${MANDIR}8/i386/boot.8
+ ${MINSTALL} boot_sparc.8 ${DESTDIR}${MANDIR}8/sparc/boot.8
+ ${MINSTALL} boot_tahoe.8 ${DESTDIR}${MANDIR}8/tahoe/boot.8
+ ${MINSTALL} boot_vax.8 ${DESTDIR}${MANDIR}8/vax/boot.8
.include <bsd.man.mk>
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud