summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/Makefile
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-21 05:48:34 +0000
committerdg <dg@FreeBSD.org>1994-08-21 05:48:34 +0000
commit2c49a7e8c78f68ab5d37e39803447ddacda434c2 (patch)
treedcd47489a244fc193eb4bd4dfa9ce1b2fde9b4d2 /sbin/reboot/Makefile
parent743dba06ce06157ddf2a0e17aa508e3812cf4c25 (diff)
downloadFreeBSD-src-2c49a7e8c78f68ab5d37e39803447ddacda434c2.zip
FreeBSD-src-2c49a7e8c78f68ab5d37e39803447ddacda434c2.tar.gz
Install aliases "fasthalt" and "fastboot" for halt and boot respectively.
This is for "backwards compatibility". Documented these aliases in the manual page.
Diffstat (limited to 'sbin/reboot/Makefile')
-rw-r--r--sbin/reboot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile
index 7dd2e90..a790be7 100644
--- a/sbin/reboot/Makefile
+++ b/sbin/reboot/Makefile
@@ -4,8 +4,9 @@ PROG= reboot
DPADD= ${LIBUTIL}
LDADD= -lutil
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
+MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
+LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
+ ${BINDIR}/reboot ${BINDIR}/fasthalt
XXXBROKENafterinstall:
${MINSTALL} boot_hp300.8 ${DESTDIR}${MANDIR}8/hp300/boot.8
OpenPOWER on IntegriCloud