diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-05 11:47:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-05 11:47:36 +0000 |
commit | b5374f687d844e1e794fcdfc6948a25bb2fb6d30 (patch) | |
tree | 7a435526a93089d2101067ca2512a6faab01a217 /net/Makefile | |
parent | 304ff1dbd48386e6832d55c283d616a2cc558b21 (diff) |
Share clog and tcpshow with the world.
Notes
Notes:
svn path=/head/; revision=8498
Diffstat (limited to 'net/Makefile')
-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++ |