From 60d61cb573f1cc72458ba853502aa01ebdb76f11 Mon Sep 17 00:00:00 2001 From: mickey Date: Mon, 3 Apr 2000 01:10:05 +0000 Subject: [PATCH] ancontrol(8), probably should not be i386, but follow wicontrol --- sbin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.20.1