diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-04-29 21:54:37 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-04-29 21:54:37 +0800 |
commit | 653bf1554cda515d340d1e83a29e97c43543824c (patch) | |
tree | 0426420c40b45f313ca5c9ad0b01f9b219254215 /net/samba | |
parent | 1319853bdbf8605d8fef79f52bd18c8583ea7846 (diff) | |
download | freebsd-ports-gnome-653bf1554cda515d340d1e83a29e97c43543824c.tar.gz freebsd-ports-gnome-653bf1554cda515d340d1e83a29e97c43543824c.tar.zst freebsd-ports-gnome-653bf1554cda515d340d1e83a29e97c43543824c.zip |
Add knob for utmp, msdfs and quota
Submitted by: l.ertl@univie.ac.at
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 |