summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-26 03:40:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-26 03:40:11 +0000
commitfa09d4cd99a1ee537af191a9028554b158927eb8 (patch)
tree8d0d30aecb158da42fe66970f8b6fbcc5ca673c8 /sbin
parent7ad40a32425468e15377e3aa2d664fd067b5f6ae (diff)
wicontrol goes away, use ifconfig. yes, a few things cannot be done
with ifconfig yet, but reyk is writing them now. 3 years ago we said wicontrol had to go away, and noone helped. now they will!
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 8c8d1c88312..2f1a5bbdf0d 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.78 2006/05/26 04:02:58 deraadt Exp $
+# $OpenBSD: Makefile,v 1.79 2006/06/26 03:40:10 deraadt Exp $
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck
@@ -28,6 +28,6 @@ SUBDIR+= mount_xfs
SUBDIR+= ping6 rtsol
# Man pages (and manpages to do)
-SUBDIR+= fdisk pdisk wicontrol wsconsctl
+SUBDIR+= fdisk pdisk wsconsctl
.include <bsd.subdir.mk>