summaryrefslogtreecommitdiff
path: root/security/PAM/builtin.mk
blob: cd2349817800f7b832eea528abf52d7f867e782c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: builtin.mk,v 1.1 2004/03/10 17:57:14 jlam Exp $

.if !defined(IS_BUILTIN.pam)
IS_BUILTIN.pam=	no
.  if exists(/usr/include/security/pam_appl.h)
IS_BUILTIN.pam=	yes
.  endif
.endif

CHECK_BUILTIN.pam?=	no
.if !empty(CHECK_BUILTIN.pam:M[yY][eE][sS])
USE_BUILTIN.pam=	yes
.endif

USE_BUILTIN.pam?=	${IS_BUILTIN.pam}