diff options
Diffstat (limited to 'security/PAM/Makefile')
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index eaffada7c3d..bf8ec4b5f2c 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2008/08/23 00:48:12 epg Exp $ +# $NetBSD: Makefile,v 1.45 2009/11/27 13:34:25 joerg Exp $ # DISTNAME= Linux-PAM-0.77 @@ -35,6 +35,8 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2LATEX=no CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2PS=no CONFIGURE_ENV+= ac_cv_prog_HAVE_PS2PDF=no +MAKE_FLAGS+= CC=cc + PAM_MODULEDIR= ${VIEWBASE}/lib/security MAKE_ENV+= PAM_MODULEDIR=${PAM_MODULEDIR:Q} MESSAGE_SUBST+= PAM_MODULEDIR=${PAM_MODULEDIR} |