diff options
author | ache <ache@FreeBSD.org> | 1994-11-06 18:25:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-06 18:25:02 +0800 |
commit | af783a555f627b3d6018c3d6aa7827b34288b616 (patch) | |
tree | 77621f7d407e07b65aaa2301fcdf447da19c4076 /net | |
parent | 95d6fc1f4b46a5db1d2c602754e11b1c53086ac0 (diff) | |
download | freebsd-ports-gnome-af783a555f627b3d6018c3d6aa7827b34288b616.tar.gz freebsd-ports-gnome-af783a555f627b3d6018c3d6aa7827b34288b616.tar.zst freebsd-ports-gnome-af783a555f627b3d6018c3d6aa7827b34288b616.zip |
lynx added
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 4bba8b9d6f43..17b659661cfd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.12 1994/11/01 22:36:35 torstenb Exp $ +# $Id: Makefile,v 1.13 1994/11/04 10:14:39 ache Exp $ # # XXX ncftp moved to core distribution # -SUBDIR= archie cern_httpd chimera dgd gn irc ircII ncftp2 pcnfsd pidentd \ - pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper +SUBDIR= archie cern_httpd chimera dgd gn irc ircII lynx ncftp2 pcnfsd \ + pidentd pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper .include <bsd.port.subdir.mk> |