diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-06 03:43:47 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-06 03:43:47 +0000 |
commit | 78a4203c7a86a202db3c43fbbf466c999786c063 (patch) | |
tree | fc631a533ecac00581470e42dd63325b6625f625 /net | |
parent | 19b4a1722f1c8c2bd5ba1dcca5de8ce20cef39c6 (diff) | |
download | pkgsrc-78a4203c7a86a202db3c43fbbf466c999786c063.tar.gz |
add tcpdpriv and tcpdstat
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 75c36660396..a72c3b43e4d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2001/03/06 03:00:02 itojun Exp $ +# $NetBSD: Makefile,v 1.201 2001/03/06 03:43:47 itojun Exp $ # COMMENT= Networking tools @@ -130,6 +130,8 @@ SUBDIR+= ssync SUBDIR+= tacacs SUBDIR+= tcl-scotty SUBDIR+= tcpdmerge +SUBDIR+= tcpdpriv +SUBDIR+= tcpdstat SUBDIR+= tcpdump SUBDIR+= tcpillust SUBDIR+= tcptrace |