diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-14 05:35:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-14 05:35:33 +0000 |
commit | bf2a1e2df7d80d3a18eb3c21fbc3c249ffd75bb9 (patch) | |
tree | 4266f9d25400e182fca6cccf00f223cb567776e2 /security | |
parent | 5702523c4e7769f20b96f64637baa4ab8cf2bc7e (diff) | |
download | pkgsrc-bf2a1e2df7d80d3a18eb3c21fbc3c249ffd75bb9.tar.gz |
Switch to using pam.buildlink3.mk.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index eecea6f1543..038c3ae7a75 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/19 19:08:43 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/01/14 05:35:33 jlam Exp $ # DISTNAME= pam_ldap-176 @@ -32,7 +32,7 @@ USE_PKGINSTALL= yes CONF_FILES= ${EGDIR}/ldap.conf ${PKG_SYSCONFDIR}/ldap.conf .include "../../databases/openldap/buildlink3.mk" -.include "../../security/PAM/buildlink3.mk" +.include "../../mk/pam.buildlink3.mk" post-install: ${INSTALL_DATA_DIR} ${DOCDIR} |