diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-03-25 14:52:42 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-03-25 14:52:42 +0000 |
commit | 1d202ae5e4a05a627d87be926ffe0aec2dd7c681 (patch) | |
tree | 0cfb7438a47bae3050a53579ec0b6f1f82b413ec /net/samba/Makefile | |
parent | e358d694fce45f8512ce695f6bbb8ec61bb501c6 (diff) |
Notes
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 6aa8f1cededf..f04c6bc8a182 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -35,8 +35,8 @@ AUDIT?= "@comment " RECYCLE?= "@comment " LIBSAMBA?= "@comment " BUILD_VFS?= "@comment " -WITH_WINBIND?= "@comment " -WITH_WINBIND_AUTH_CHALLENGE?= "@comment " +WINBIND?= "@comment " +WINBIND_AUTH_CHALLENGE?= "@comment " .if defined(WITH_AUDIT) AUDIT= "" @@ -113,12 +113,12 @@ WITH_CUPS= yes .if defined(WITH_WINBIND) CONFIGURE_ARGS+= --with-winbind -WITH_WINBIND= "" +WINBIND= "" .endif .if defined(WITH_WINBIND_AUTH_CHALLENGE) CONFIGURE_ARGS+= --with-winbind-auth-challenge -WITH_WINBIND_AUTH_CHALLENGE= "" +WINBIND_AUTH_CHALLENGE= "" .endif pre-fetch: @@ -171,8 +171,8 @@ PLIST_SUB= AUDIT=${AUDIT} \ RECYCLE=${RECYCLE} \ LIBSAMBA=${LIBSAMBA} \ BUILD_VFS=${BUILD_VFS} \ - WITH_WINBIND=${WITH_WINBIND} \ - WITH_WINBIND_AUTH_CHALLENGE=${WITH_WINBIND_AUTH_CHALLENGE} + WINBIND=${WINBIND} \ + WINBIND_AUTH_CHALLENGE=${WINBIND_AUTH_CHALLENGE} .if defined(WITH_RECYCLE) || defined(WITH_AUDIT) post-build: |