From 86da84b776e8ed04e54c2789ef57f30d5fc4c84c Mon Sep 17 00:00:00 2001 From: hosokawa Date: Mon, 12 Jul 1999 08:44:04 +0000 Subject: Added --privatedir option to configure option. Submitted by: Andre Albsmeier --- net/samba-devel/Makefile | 4 ++-- net/samba/Makefile | 4 ++-- net/samba3/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 5e34acb..4764c83 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $ +# $Id: Makefile,v 1.37 1999/06/29 05:44:21 cpiazza Exp $ # DISTNAME= samba-2.0.4b @@ -33,7 +33,7 @@ SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock + --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} diff --git a/net/samba/Makefile b/net/samba/Makefile index 5e34acb..4764c83 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -3,7 +3,7 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $ +# $Id: Makefile,v 1.37 1999/06/29 05:44:21 cpiazza Exp $ # DISTNAME= samba-2.0.4b @@ -33,7 +33,7 @@ SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock + --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 5e34acb..4764c83 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -3,7 +3,7 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.36 1999/06/04 01:44:47 jseger Exp $ +# $Id: Makefile,v 1.37 1999/06/29 05:44:21 cpiazza Exp $ # DISTNAME= samba-2.0.4b @@ -33,7 +33,7 @@ SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock + --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} -- cgit v1.1