diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-07-26 21:58:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-07-26 21:58:43 +0000 |
commit | c933df87e40a9401a4c00cadc6b0e635fbcd2b52 (patch) | |
tree | 0921c598d318c5eea84f0dcd0686c7a57f41517d | |
parent | 751f9cfddd94befe61507089b14c5463c224a840 (diff) |
edlabel no more
-rw-r--r-- | sbin/Makefile | 4 |
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> |