diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 10:20:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 10:20:23 +0800 |
commit | 3504a6980893fcbf452d62728177110a263147d7 (patch) | |
tree | 705b4cdda2cb2c659f234869ba95c7a4f26bd562 /net | |
parent | 768e38fac06470f99be5cf19e5d71c80fd35e78a (diff) | |
download | freebsd-ports-gnome-3504a6980893fcbf452d62728177110a263147d7.tar.gz freebsd-ports-gnome-3504a6980893fcbf452d62728177110a263147d7.tar.zst freebsd-ports-gnome-3504a6980893fcbf452d62728177110a263147d7.zip |
Add tcptrace.
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 702ff5c4d666..a9e6ec1ddcc4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.92 1997/02/17 10:46:01 tg Exp $ +# $Id: Makefile,v 1.93 1997/02/18 08:36:56 tg Exp $ # SUBDIR += archie @@ -46,6 +46,7 @@ SUBDIR += socks5 SUBDIR += strobe SUBDIR += sup + SUBDIR += tcptrace SUBDIR += telnetx SUBDIR += tintin++ SUBDIR += tinyfugue |