summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index bd6617d4061..c5d7edc2519 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2001/12/18 20:23:00 jlam Exp $
+# $NetBSD: Makefile,v 1.74 2002/01/30 03:36:09 jlam Exp $
DISTNAME= samba-2.2.2
WRKSRC= ${WRKDIR}/${DISTNAME}/source
@@ -57,6 +57,7 @@ BUILD_DEFS+= USE_CUPS
.if defined(USE_PAM)
.include "../../security/PAM/buildlink.mk"
+BUILD_DEFS+= USE_PAM
CONFIGURE_ARGS+= --with-pam
.endif