diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-11 13:32:55 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-11 13:32:55 +0000 |
commit | 0e8580ecbae0b412dbea44795c72fbb0947e4a44 (patch) | |
tree | ba821c7e230ed1c3d7213946816e4b0c3823d706 /net/samba/Makefile | |
parent | 58e6d89001ee68b85b6a466ab52b01e7bf16206b (diff) |
Notes
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 2038fdb07ee9..234635e895b7 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -105,6 +105,14 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ WITH_CUPS= yes .endif +.if defined(WITH_WINBIND) +CONFIGURE_ARGS+= --with-winbind +.endif + +.if defined(WITH_WINBIND_AUTH_CHALLENGE) +CONFIGURE_ARGS+= --with-winbind-auth-challenge +.endif + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.samba |