summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-07-26 21:58:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-07-26 21:58:43 +0000
commitc933df87e40a9401a4c00cadc6b0e635fbcd2b52 (patch)
tree0921c598d318c5eea84f0dcd0686c7a57f41517d
parent751f9cfddd94befe61507089b14c5463c224a840 (diff)
edlabel no more
-rw-r--r--sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 309ddcd4779..609cb283d1e 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.60 2001/07/05 02:14:37 mickey Exp $
+# $OpenBSD: Makefile,v 1.61 2001/07/26 21:58:42 miod Exp $
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck
@@ -31,6 +31,6 @@ SUBDIR+= mount_tcfs
SUBDIR+= ping6 rtsol
# Man pages (and manpages to do)
-SUBDIR+= fdisk pdisk ancontrol wicontrol edlabel wsconsctl
+SUBDIR+= fdisk pdisk ancontrol wicontrol wsconsctl
.include <bsd.subdir.mk>