diff options
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 235bfceb41d..07b3d63b216 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2001/05/30 02:11:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.58 2001/06/03 20:46:53 ericj Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck @@ -33,7 +33,4 @@ SUBDIR+= ping6 rtsol # Man pages (and manpages to do) SUBDIR+= fdisk pdisk ancontrol wicontrol edlabel wsconsctl - -# Add bim if we resurrect pc532 - .include <bsd.subdir.mk> |