diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-02-12 22:42:20 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-02-12 22:42:20 +0800 |
commit | b5e629e7834259814bd5c40b0d4c9059c5a115f4 (patch) | |
tree | 95b17a1ab0968d7a7c8d3b8b7d3446cb9569aa8f | |
parent | 764462fdbed0ef69bbe751503d07b97b30cd4956 (diff) | |
download | freebsd-ports-gnome-b5e629e7834259814bd5c40b0d4c9059c5a115f4.tar.gz freebsd-ports-gnome-b5e629e7834259814bd5c40b0d4c9059c5a115f4.tar.zst freebsd-ports-gnome-b5e629e7834259814bd5c40b0d4c9059c5a115f4.zip |
Add samba to subdir list
-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> |