diff options
author | torstenb <torstenb@FreeBSD.org> | 1994-11-02 06:36:35 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1994-11-02 06:36:35 +0800 |
commit | 1f9a867b8c59e890e1a79e91829ee8827066c9fa (patch) | |
tree | b6eb369e26def697356787ca1e64705681b1042a /net/Makefile | |
parent | e0087c2e248ae1e721c80e0d3eb4bc909468ee72 (diff) | |
download | freebsd-ports-gnome-1f9a867b8c59e890e1a79e91829ee8827066c9fa.tar.gz freebsd-ports-gnome-1f9a867b8c59e890e1a79e91829ee8827066c9fa.tar.zst freebsd-ports-gnome-1f9a867b8c59e890e1a79e91829ee8827066c9fa.zip |
Add tcp_wrapper
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 9d8074c3d1fd..4e348599cf7b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.10 1994/10/29 22:11:31 pst Exp $ +# $Id: Makefile,v 1.11 1994/10/29 22:21:26 pst Exp $ # # XXX ncftp moved to core distribution # SUBDIR= archie cern_httpd chimera dgd gn irc ircII pcnfsd pidentd \ - pmf sup tcpblast wais wu-ftpd yale-tftpd + pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper .include <bsd.port.subdir.mk> |