summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-03-16 12:46:14 +0000
committernyan <nyan@FreeBSD.org>2004-03-16 12:46:14 +0000
commit76ef71db9d8aba48c87de585eb405cd30ba845a3 (patch)
treed7e590a58566b4ca2fcb8d764a15b34ab6cbc50a /usr.sbin
parent304659e67f0f8074911c70d1f16d44d6dca4b2ef (diff)
downloadFreeBSD-src-76ef71db9d8aba48c87de585eb405cd30ba845a3.zip
FreeBSD-src-76ef71db9d8aba48c87de585eb405cd30ba845a3.tar.gz
The arlconfig is needed on i386 only.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 69b714f..a3ba0d6 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -242,7 +242,9 @@ _acpi= acpi
.endif
_apm= apm
_apmd= apmd
+.if ${MACHINE} == "i386"
_arlconfig= arlconfig
+.endif
_asf= asf
.if !defined(NO_BLUETOOTH)
_bluetooth= bluetooth
OpenPOWER on IntegriCloud