diff options
author | asami <asami@FreeBSD.org> | 1994-11-25 06:23:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-25 06:23:05 +0800 |
commit | c9becc3f14b2087303d7a847bccd5067a323fac5 (patch) | |
tree | 54aca348bee4a006b9113ea105ee3485b28a2f12 | |
parent | 07500902a524b8e4b145568264213beb2a1b0b64 (diff) | |
download | freebsd-ports-graphics-c9becc3f14b2087303d7a847bccd5067a323fac5.tar.gz freebsd-ports-graphics-c9becc3f14b2087303d7a847bccd5067a323fac5.tar.zst freebsd-ports-graphics-c9becc3f14b2087303d7a847bccd5067a323fac5.zip |
Added tkWWW.
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 68887881afa..f3fcd616a3d 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> |