diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index bbc682d43c4..9cf03148d6c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.406 2003/09/10 14:35:11 cjep Exp $ +# $NetBSD: Makefile,v 1.407 2003/09/16 20:08:14 seb Exp $ # COMMENT= Networking tools @@ -338,6 +338,5 @@ SUBDIR+= yaz SUBDIR+= ytalk SUBDIR+= ywho SUBDIR+= zebra -SUBDIR+= zephyr .include "../mk/bsd.pkg.subdir.mk" |