diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1994-11-01 22:36:35 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1994-11-01 22:36:35 +0000 |
commit | 15d191a6b1b7a22a81e3ef16532dda5f1c24bc76 (patch) | |
tree | 4d4263ff5e31a26bc7d17ada037e28979df5b330 | |
parent | Added -D_HAVE_PARAM_H to CFLAGS (diff) |
Add tcp_wrapper
Notes
Notes:
svn path=/head/; revision=312
-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> |