summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2005-03-24 22:42:58 +0000
committerjlam <jlam>2005-03-24 22:42:58 +0000
commita9e9e4efa10f3e61dad19908b71b4e8622af694b (patch)
treed7fe497052393fc66a0643bdff66b2bf686bec43 /security
parent7746ad46db31b519897f2649ec58b3fabbe6275a (diff)
downloadpkgsrc-a9e9e4efa10f3e61dad19908b71b4e8622af694b.tar.gz
Don't check for USE_BUILDLINK3 anymore in these files. These are included
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
Diffstat (limited to 'security')
-rw-r--r--security/PAM/module.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/PAM/module.mk b/security/PAM/module.mk
index 67cd4cef241..401556c6182 100644
--- a/security/PAM/module.mk
+++ b/security/PAM/module.mk
@@ -1,11 +1,9 @@
-# $NetBSD: module.mk,v 1.4 2005/01/14 05:15:39 jlam Exp $
+# $NetBSD: module.mk,v 1.5 2005/03/24 22:42:58 jlam Exp $
.if !defined(PAM_MODULE_MK)
PAM_MODULE_MK= # defined
-.if empty(USE_BUILDLINK3:M[nN][oO])
-. include "../../mk/pam.buildlink3.mk"
-.endif
+.include "../../mk/pam.buildlink3.mk"
.if defined(DEFAULT_VIEW.${PAM_TYPE})
DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.${PAM_TYPE}}