summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/Makefile
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-12 04:29:10 +0000
committermpp <mpp@FreeBSD.org>1996-02-12 04:29:10 +0000
commit3178b161105c3f9e9671218f6bea65098f246950 (patch)
tree125a4dd97e8c6b3cf4081cfa0ca51e90a41f5bcb /sbin/reboot/Makefile
parentde68a50b6d838ba715e6c5ddecabf11bc236f409 (diff)
downloadFreeBSD-src-3178b161105c3f9e9671218f6bea65098f246950.zip
FreeBSD-src-3178b161105c3f9e9671218f6bea65098f246950.tar.gz
Removed the boot_*(8) man pages for machines we don't support:
hp300, sparc, tahoe, and vax
Diffstat (limited to 'sbin/reboot/Makefile')
-rw-r--r--sbin/reboot/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile
index ab92afc..a3ebbcc 100644
--- a/sbin/reboot/Makefile
+++ b/sbin/reboot/Makefile
@@ -3,7 +3,7 @@
PROG= reboot
DPADD= ${LIBUTIL}
LDADD= -lutil
-MAN8= reboot.8 boot_hp300.8 boot_i386.8 boot_sparc.8 boot_tahoe.8 boot_vax.8
+MAN8= reboot.8 boot_i386.8
MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
ARCH!= uname -m
@@ -15,12 +15,4 @@ MLINKS+= boot_${ARCH}.8 boot.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
- ${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