diff options
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 10f94659209..0548758fd87 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.366 2003/04/06 11:06:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.367 2003/04/10 17:10:59 wiz Exp $ # COMMENT= Networking tools @@ -259,6 +259,7 @@ SUBDIR+= tcpdmerge SUBDIR+= tcpdpriv SUBDIR+= tcpdstat SUBDIR+= tcpdump +SUBDIR+= tcpflow SUBDIR+= tcpillust SUBDIR+= tcpreplay SUBDIR+= tcpslice |