diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-20 13:47:40 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-20 13:47:40 +0000 |
commit | 6e8dcfc29037435073ef61e8cf9db78ed0bb2bbb (patch) | |
tree | bd51ac2c45f465d121974a3691afdf4a8e4387d4 /net/Makefile | |
parent | new port: ports/net/ttt (diff) |
enable ports/net/ttt.
Tele Traffic Tapper, a network traffic monitoring tool
Reviewed by: kjc@csl.sony.co.jp
Notes
Notes:
svn path=/head/; revision=8728
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 7a40adb2e1f0..520ef76a4981 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.127 1997/11/17 00:48:49 jdp Exp $ +# $Id: Makefile,v 1.128 1997/11/17 13:20:20 tg Exp $ # SUBDIR += archie @@ -80,6 +80,7 @@ SUBDIR += tinyfugue SUBDIR += traceroute SUBDIR += trafshow + SUBDIR += ttt SUBDIR += ucd-snmp SUBDIR += wais SUBDIR += wget |