summaryrefslogtreecommitdiff
path: root/net/samba3/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-29 13:53:47 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-29 13:53:47 +0000
commit54dd3afa1fe3dedc1bec79d82f44c0b57b0ba9f9 (patch)
treed8f40bd6d4f79a86990776dfe0da0e8157ae7033 /net/samba3/Makefile
parentuse USE_PYDISTUTILS (diff)
Add utmp, quote and msdfs knob
Submitted by: l.ertl@univie.ac.at
Notes
Notes: svn path=/head/; revision=58312
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r--net/samba3/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 4e224afc9c7d..7a7b65ad1dec 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -28,6 +28,18 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
.endif
+.if defined(WITH_QUOTAS)
+CONFIGURE_ARGS+= --with-quotas
+.endif
+
+.if defined(WITH_UTMP)
+CONFIGURE_ARGS+= --with-utmp
+.endif
+
+.if defined(WITH_MSDFS)
+CONFIGURE_ARGS+= --with-msdfs
+.endif
+
# directories
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba