diff options
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |