diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-29 13:54:37 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-29 13:54:37 +0000 |
commit | 3815d264a3056765cd78458ac559b83202d37f02 (patch) | |
tree | 1ac9e1accb538e591a04098856d0d89e5d43e278 /net/samba | |
parent | 54dd3afa1fe3dedc1bec79d82f44c0b57b0ba9f9 (diff) |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 19d3942ed1fc..868fd2fdc724 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -49,6 +49,18 @@ CONFIGURE_ARGS+= --with-syslog CONFIGURE_ARGS+= --with-ssl --with-sslinc=/usr/include/openssl --with-ssllib=/usr/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 + .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--with-ldapsam |