summaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-01-09 21:26:47 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-01-09 21:26:47 +0000
commit5e93c11a7ecb635028c5d603d0705832317bf2df (patch)
treeced164429951da729674026495b47a1e7ee911cd /sbin/Makefile
parent973ffd3b137e6a22e166e224a57c3f421b17c97d (diff)
Don't enter ancontrol. Reminded by deraadt@
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 6182c29d64c..efea15cc815 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.76 2005/12/06 20:18:57 pedro Exp $
+# $OpenBSD: Makefile,v 1.77 2006/01/09 21:26:46 jsg 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 ancontrol wicontrol wsconsctl
+SUBDIR+= fdisk pdisk wicontrol wsconsctl
.include <bsd.subdir.mk>