From 6eb1ad77dccccace0690c86286189c31c498dcaa Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 30 Jan 2002 03:33:29 +0000 Subject: Add USE_PAM to BUILD_DEFS when we build with PAM support. --- print/cups/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print') diff --git a/print/cups/Makefile b/print/cups/Makefile index 960221f3f0c..4f273361b8a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/01/06 19:41:28 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2002/01/30 03:33:29 jlam Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} @@ -39,6 +39,7 @@ CONFIGURE_ENV+= DSOFLAGS="${LDFLAGS}" .if defined(USE_PAM) .include "../../security/PAM/buildlink.mk" +BUILD_DEFS+= USE_PAM CONFIGURE_ARGS+= --enable-pam PLIST_SRC= ${PKGDIR}/PLIST.pam PLIST_SRC+= ${PKGDIR}/PLIST -- cgit v1.2.3