summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>1998-09-11 11:56:08 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>1998-09-11 11:56:08 +0000
commite1ea743aa76da3731c586f7e8ae512a83dbc34be (patch)
treea21202f45d146df5e8589f0ed2fd057007fe3959 /sbin
parent1eafa9afa18e431efae0f9870f51013086ae789b (diff)
Don't build pcmcia_cntrl or config_slot.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index d0291ff0874..890ff9793f7 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 1998/09/05 18:04:26 art Exp $
+# $OpenBSD: Makefile,v 1.33 1998/09/11 11:56:07 fgsch Exp $
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck
@@ -26,11 +26,11 @@ SUBDIR+= mount_ext2fs fsck_ext2fs
SUBDIR+= mount_xfs
.if make(clean) || make(cleandir) || make(obj)
-SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
+SUBDIR+= bim edlabel fdisk
.elif ${MACHINE} == "i386"
-SUBDIR+= config_slot
+#SUBDIR+= config_slot
SUBDIR+= fdisk
-SUBDIR+= pcmcia_cntrl
+#SUBDIR+= pcmcia_cntrl
.elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha")
SUBDIR+= fdisk
.elif ${MACHINE} == "pc532"