diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:00:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:00:28 +0000 |
commit | 21dfd2dcf89d36798af27115c437a5f0a9d6e30b (patch) | |
tree | f896770a3a4704eb2b312e968308bb372fb45087 /net/Makefile | |
parent | c5c906f633248f86ba98591fb6211e1c0966ff13 (diff) |
Add the tdetect port.
Notes
Notes:
svn path=/head/; revision=18379
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 d5e26888bfb8..d11a19d89528 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.255 1999/04/30 17:11:18 taoka Exp $ +# $Id: Makefile,v 1.256 1999/04/30 17:16:33 taoka Exp $ # SUBDIR += SSLtelnet @@ -171,6 +171,7 @@ SUBDIR += tac_plus SUBDIR += tcpshow SUBDIR += tcptrace + SUBDIR += tdetect SUBDIR += telnetx SUBDIR += telserv SUBDIR += tik |