diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-12 14:42:20 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-12 14:42:20 +0000 |
commit | aced268df12c02113002565bc5af0dcf0fa98670 (patch) | |
tree | 5aebf13d507d4196bbd5fbd68255ea351d7121bf /net | |
parent | 63cf8a72e69f9344109f34115a5093a08d818da1 (diff) | |
download | freebsd-ports-aced268df12c02113002565bc5af0dcf0fa98670.zip |
Add samba to subdir list
Diffstat (limited to 'net')
-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> |