summaryrefslogtreecommitdiffstats
path: root/sbin/reboot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-17 09:39:36 +0000
committerru <ru@FreeBSD.org>2005-11-17 09:39:36 +0000
commit3d5c12187bf97ca853d264d9375dd928f285ec99 (patch)
tree0523e0a7d1929bb29998d5275ef3017af03ee711 /sbin/reboot
parent8b951cd641f7208d199cb37a2533f21094dedddc (diff)
downloadFreeBSD-src-3d5c12187bf97ca853d264d9375dd928f285ec99.zip
FreeBSD-src-3d5c12187bf97ca853d264d9375dd928f285ec99.tar.gz
Do not install boot_i386.8 on all architectures.
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile
index 1cb270c..42f0868 100644
--- a/sbin/reboot/Makefile
+++ b/sbin/reboot/Makefile
@@ -5,13 +5,15 @@ PROG= reboot
WARNS?= 6
DPADD= ${LIBUTIL}
LDADD= -lutil
-MAN= reboot.8 boot_i386.8 nextboot.8
+MAN= reboot.8 nextboot.8
MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
.if exists(${.CURDIR}/boot_${MACHINE}.8)
+MAN+= boot_${MACHINE}.8
MLINKS+= boot_${MACHINE}.8 boot.8
.endif
.if ${MACHINE} == "amd64"
+MAN+= boot_i386.8
MLINKS+= boot_i386.8 boot.8
.endif
OpenPOWER on IntegriCloud