diff options
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/bsd.check-vars.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/bsd.check-vars.mk b/mk/check/bsd.check-vars.mk index a5dab08256c..4dfadc74ef7 100644 --- a/mk/check/bsd.check-vars.mk +++ b/mk/check/bsd.check-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.check-vars.mk,v 1.6 2008/05/13 11:40:24 tnn Exp $ +# $NetBSD: bsd.check-vars.mk,v 1.7 2009/07/26 05:32:43 agc Exp $ # # This Makefile fragment is included separately by bsd.pkg.mk and # defines some variables which must be defined earlier than where @@ -8,7 +8,7 @@ CHECK_FILES_SUPPORTED?= yes CHECK_SHLIBS_SUPPORTED?= yes -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" +.if ${_OPSYS_CAN_CHECK_SHLIBS} == "yes" USE_CHECK_SHLIBS_ELF?= yes .else USE_CHECK_SHLIBS_ELF?= no |