From: mickey Date: Mon, 3 Apr 2000 01:10:05 +0000 (+0000) Subject: ancontrol(8), probably should not be i386, but follow wicontrol X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=60d61cb573f1cc72458ba853502aa01ebdb76f11;p=openbsd ancontrol(8), probably should not be i386, but follow wicontrol --- diff --git a/sbin/Makefile b/sbin/Makefile index 73b5f155090..9eb6ef7664b 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2000/01/01 22:38:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.50 2000/04/03 01:10:05 mickey Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -30,10 +30,10 @@ SUBDIR+= mount_xfs SUBDIR+= ping6 rtsol .if make(clean) || make(cleandir) || make(obj) -SUBDIR+= bim edlabel fdisk wicontrol +SUBDIR+= bim edlabel fdisk ancontrol wicontrol .elif ${MACHINE} == "i386" SUBDIR+= fdisk -SUBDIR+= wicontrol +SUBDIR+= ancontrol wicontrol .elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha") SUBDIR+= fdisk .elif ${MACHINE} == "pc532"