diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2005-02-21 13:33:30 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2005-02-21 13:33:30 +0000 |
commit | 112694de422eccd0d7ca5271f10b58dc37931244 (patch) | |
tree | d003305655fc75ce8c08efb0992e8a54725846dc /sbin/Makefile | |
parent | 7ba16a3768bef73dc9f8aa18ddfa30b7b0ba1fea (diff) |
ipwcontrol and iwicontrol removal.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c7d89e2092b..42cc61fafe8 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.69 2004/10/20 12:50:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.70 2005/02/21 13:33:09 damien Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -32,6 +32,6 @@ SUBDIR+= mount_xfs SUBDIR+= ping6 rtsol # Man pages (and manpages to do) -SUBDIR+= fdisk pdisk ancontrol wicontrol wsconsctl iwicontrol ipwcontrol +SUBDIR+= fdisk pdisk ancontrol wicontrol wsconsctl .include <bsd.subdir.mk> |