diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-10 18:07:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-10 18:07:16 +0000 |
commit | 73205b880f86aa176d9e307f4c69f0d6a76a6c3f (patch) | |
tree | cbaa714c408cb9395df555634e077991a3088e57 /security/PAM | |
parent | c35aa8092f99f682360aa42bfed40c908dbde325 (diff) | |
download | pkgsrc-73205b880f86aa176d9e307f4c69f0d6a76a6c3f.tar.gz |
Convert to use bdb.buildlink3.mk.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index 2ac834605fa..ca7047893a6 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/24 15:00:22 grant Exp $ +# $NetBSD: Makefile,v 1.22 2004/03/10 18:07:16 jlam Exp $ # DISTNAME= Linux-PAM-0.77 @@ -100,5 +100,5 @@ post-install: .endif ${INSTALL_DATA_DIR} ${DOCDIR} -.include "../../databases/db/buildlink3.mk" +.include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |