diff options
-rw-r--r-- | net/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index c71c5adba7c9..862d9aa4267a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.30 1995/02/11 15:47:51 torstenb Exp $ +# $Id: Makefile,v 1.31 1995/02/12 09:52:04 jkh Exp $ # # Broken - gn SUBDIR= archie cern_httpd chimera dgd dgd-lpmud fspclient gated gopher imm irc \ - ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf sup tclDP tcp_wrapper \ - tcpblast tkWWW tintin++ wais wu-ftpd xarchie yale-tftpd zircon + ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf samba sup tclDP \ + tcp_wrapper tcpblast tkWWW tintin++ wais wu-ftpd xarchie yale-tftpd \ + zircon .include <bsd.port.subdir.mk> |