diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-06 15:41:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-06 15:41:46 +0000 |
commit | c4b3ae0830edb150c4e7b151632ddbcc4686dde6 (patch) | |
tree | 0bb73ca649452765418e80175378dba3cc984322 /security | |
parent | 7ea57169b70316a5d22a9b09c3fd9c28a95a125e (diff) | |
download | pkgsrc-c4b3ae0830edb150c4e7b151632ddbcc4686dde6.tar.gz |
Accidentally reversed meaning of test.
Diffstat (limited to 'security')
-rw-r--r-- | security/PAM/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/PAM/builtin.mk b/security/PAM/builtin.mk index 8e96806732d..2c85e5426e1 100644 --- a/security/PAM/builtin.mk +++ b/security/PAM/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.4 2004/08/06 15:37:20 jlam Exp $ +# $NetBSD: builtin.mk,v 1.5 2004/08/06 15:41:46 jlam Exp $ .include "../../mk/bsd.prefs.mk" @@ -7,7 +7,7 @@ _SECURITY_PAM_APPL_H= /usr/include/security/pam_appl.h .if !defined(IS_BUILTIN.pam) IS_BUILTIN.pam= no . if exists(${_SECURITY_PAM_APPL_H}) && \ - !empty(_SECURITY_PAM_APPL_H:M${LOCALBASE}/*) + empty(_SECURITY_PAM_APPL_H:M${LOCALBASE}/*) IS_BUILTIN.pam= yes . endif .endif # IS_BUILTIN.pam |