diff options
author | obrien <obrien@FreeBSD.org> | 1997-11-05 19:47:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-11-05 19:47:36 +0800 |
commit | fa05edb5326bac65213398254cbafa7088f314fb (patch) | |
tree | 1f39c3497053f20157631f699ff9016cffce0bab /net | |
parent | 54adb6565b1227f8a282b7f6037a5d201bf46cae (diff) | |
download | freebsd-ports-gnome-fa05edb5326bac65213398254cbafa7088f314fb.tar.gz freebsd-ports-gnome-fa05edb5326bac65213398254cbafa7088f314fb.tar.zst freebsd-ports-gnome-fa05edb5326bac65213398254cbafa7088f314fb.zip |
Share clog and tcpshow with the world.
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 0108acf468a9..248d5a21905e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.122 1997/10/30 11:23:28 jseger Exp $ +# $Id: Makefile,v 1.123 1997/11/05 04:19:36 asami Exp $ # SUBDIR += archie @@ -8,6 +8,7 @@ SUBDIR += bing SUBDIR += cap SUBDIR += choparp + SUBDIR += clog SUBDIR += cvsup SUBDIR += cvsup-mirror SUBDIR += delegate @@ -67,6 +68,7 @@ SUBDIR += strobe SUBDIR += sup SUBDIR += tac_plus + SUBDIR += tcpshow SUBDIR += tcptrace SUBDIR += telnetx SUBDIR += tintin++ |