1 # $NetBSD: bsd.check-vars.mk,v 1.6 2008/05/13 11:40:24 tnn Exp $
3 # This Makefile fragment is included separately by bsd.pkg.mk and
4 # defines some variables which must be defined earlier than where
5 # bsd.check.mk is included.
8 CHECK_FILES_SUPPORTED?
= yes
9 CHECK_SHLIBS_SUPPORTED?
= yes
11 .if
${_OPSYS_CAN_CHECK_SHLIBS} == "yes"
12 USE_CHECK_SHLIBS_ELF?
= yes
14 USE_CHECK_SHLIBS_ELF?
= no
17 USE_TOOLS
+= awk cat cmp diff echo find grep
rm sed
test touch true
19 .if
!empty
(USE_CHECK_SHLIBS_ELF
:M
[yY
][eE
][sS
])