diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 22:17:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 22:17:41 +0000 |
commit | 033ff3962db021ee793896f640da6531720fa9f7 (patch) | |
tree | 5cc724db6ee0f49f9ff9704e99213fbd9e2cac81 /sbin/Makefile | |
parent | 37c689b0a036fca833e2858f9c2241ef644434b8 (diff) |
Remove way obsolete code
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 558a2ba948e..4c5631d88a5 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 1999/07/11 16:31:07 niklas Exp $ +# $OpenBSD: Makefile,v 1.44 1999/07/23 22:17:38 niklas Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -29,9 +29,7 @@ SUBDIR+= mount_xfs .if make(clean) || make(cleandir) || make(obj) SUBDIR+= bim edlabel fdisk wicontrol .elif ${MACHINE} == "i386" -#SUBDIR+= config_slot SUBDIR+= fdisk -#SUBDIR+= pcmcia_cntrl SUBDIR+= wicontrol .elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha") SUBDIR+= fdisk |