diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 11:56:08 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 11:56:08 +0000 |
commit | e1ea743aa76da3731c586f7e8ae512a83dbc34be (patch) | |
tree | a21202f45d146df5e8589f0ed2fd057007fe3959 /sbin | |
parent | 1eafa9afa18e431efae0f9870f51013086ae789b (diff) |
Don't build pcmcia_cntrl or config_slot.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 8 |
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" |