From 3a43d0c97e213aa23bf3256836cc8021ce395783 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 1 Apr 2005 00:57:22 +0000 Subject: 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. --- usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/Makefile') 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 -- cgit v1.1