packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
10 lines
245 B
Makefile
10 lines
245 B
Makefile
# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:35 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 # IS_BUILTIN.pam
|
|
|
|
USE_BUILTIN.pam?= ${IS_BUILTIN.pam}
|