diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 22:23:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 22:23:05 +0000 |
commit | ac6a39bcd159008f144cd0ff17db8a0196418874 (patch) | |
tree | 75fb2e3cdbaf6de0d1eaa533ccccaf40c57f0feb /net | |
parent | 43e365389dd4e27b252ecc5f62d249bc762e68d7 (diff) | |
download | freebsd-ports-ac6a39bcd159008f144cd0ff17db8a0196418874.zip |
Added tkWWW.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 68887881afa8..f3fcd616a3df 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.19 1994/11/15 01:38:10 ache Exp $ +# $Id: Makefile,v 1.20 1994/11/20 23:10:25 ats Exp $ # # XXX ncftp moved to core distribution # tcpblast temporarily removed # SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \ - pcnfsd pidentd pmf sup tcp_wrapper tintin++ wais wu-ftpd yale-tftpd + pcnfsd pidentd pmf sup tcp_wrapper tkWWW tintin++ wais wu-ftpd + yale-tftpd .include <bsd.port.subdir.mk> |