diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-15 23:26:05 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-15 23:26:05 +0000 |
commit | e6697def26acaeaac13fb881d0b276a6f2df62d8 (patch) | |
tree | a72ba775b9bd351fa45c7612118ebfb6e1c2d27d /net/Makefile | |
parent | fd037ab4c383e091a215ac770107d653029b3b05 (diff) |
Add tkirc.
Notes
Notes:
svn path=/head/; revision=9344
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 3834ee222008..348b2158ec28 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.132 1997/12/27 04:10:19 asami Exp $ +# $Id: Makefile,v 1.133 1998/01/15 07:58:40 jkh Exp $ # SUBDIR += archie @@ -83,6 +83,7 @@ SUBDIR += telnetx SUBDIR += tintin++ SUBDIR += tinyfugue + SUBDIR += tkirc SUBDIR += traceroute SUBDIR += trafshow SUBDIR += ttt |