summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-01 00:57:22 +0000
committerimp <imp@FreeBSD.org>2005-04-01 00:57:22 +0000
commit3a43d0c97e213aa23bf3256836cc8021ce395783 (patch)
treeefb4feacfd59db6c30a95e6d5a4a16a03387352c /usr.sbin/Makefile
parentbab952af023147ed76fe4fc43ed4e862a5223959 (diff)
downloadFreeBSD-src-3a43d0c97e213aa23bf3256836cc8021ce395783.zip
FreeBSD-src-3a43d0c97e213aa23bf3256836cc8021ce395783.tar.gz
There's no wl cards for PC98. These are ISA only, and no cbus
versions exist, much less having support for it in the wl driver. Therefore, don't build wlconfig.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index db49547..2562a3d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -303,7 +303,9 @@ _pppctl= pppctl
.endif
_sicontrol= sicontrol
_spkrtest= spkrtest
+.if ${MACHINE} == "i386"
_wlconfig= wlconfig
+.endif
_zzz= zzz
.endif
OpenPOWER on IntegriCloud