summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-09-10 15:33:07 +0000
committerkato <kato@FreeBSD.org>2000-09-10 15:33:07 +0000
commitdf75e73d4696444efe6f740222ecaaf957d7b18b (patch)
tree307d7b93c5cca0ba549fac1cb19c87953ed74a14 /usr.sbin/Makefile
parent0ab743ee180e7c2663016f6225bbbf956c80f9bd (diff)
downloadFreeBSD-src-df75e73d4696444efe6f740222ecaaf957d7b18b.zip
FreeBSD-src-df75e73d4696444efe6f740222ecaaf957d7b18b.tar.gz
Moved boot0cfg into IBM-PC only section (MACHINE=="i386").
Pointed out by: nyan
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 664c928..5984f5e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -155,7 +155,6 @@ SUBDIR+=elf2exe
SUBDIR+=acpi \
apm \
apmd \
- boot0cfg \
btxld \
i4b \
kgmon \
@@ -171,7 +170,12 @@ SUBDIR+=acpi \
wlconfig
.endif
+.if ${MACHINE} == "i386"
+SUBDIR+=boot0cfg
+.endif
+
.if ${MACHINE} == "pc98"
SUBDIR+=boot98cfg
.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud