From 653bf1554cda515d340d1e83a29e97c43543824c Mon Sep 17 00:00:00 2001 From: dwcjr Date: Mon, 29 Apr 2002 13:54:37 +0000 Subject: Add knob for utmp, msdfs and quota Submitted by: l.ertl@univie.ac.at --- net/samba/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'net/samba') 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 -- cgit