diff options
author | kim <kim> | 2003-07-21 22:28:37 +0000 |
---|---|---|
committer | kim <kim> | 2003-07-21 22:28:37 +0000 |
commit | af6fb045e0a4e743a952b7c0a17a7cf5bb0c1c3d (patch) | |
tree | 2ea272a68dfd067b9809a476518c7ada80f5afff /net | |
parent | cfd4f61817a0a465ac34e7257cae4ed0cd58cd9c (diff) | |
download | pkgsrc-af6fb045e0a4e743a952b7c0a17a7cf5bb0c1c3d.tar.gz |
Added tcptraceroute-1.4
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 9a69c1d0db0..8392e4b198a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.392 2003/07/15 12:16:02 itojun Exp $ +# $NetBSD: Makefile,v 1.393 2003/07/21 22:28:37 kim Exp $ # COMMENT= Networking tools @@ -279,6 +279,7 @@ SUBDIR+= tcpillust SUBDIR+= tcpreplay SUBDIR+= tcpslice SUBDIR+= tcptrace +SUBDIR+= tcptraceroute SUBDIR+= tightvnc SUBDIR+= tightvncviewer SUBDIR+= tinyfugue |