From 667dffcbaa92cc19c17131b8f5c8eee3626c6fe3 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 30 Jan 2002 03:36:09 +0000 Subject: When built with PAM support, add USE_PAM to BUILD_DEFS. --- net/samba/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/samba') 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 -- cgit v1.2.3