diff options
Diffstat (limited to 'sysutils/sysbuild/Makefile')
-rw-r--r-- | sysutils/sysbuild/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sysbuild/Makefile b/sysutils/sysbuild/Makefile index 4b559e76d8b..31f137d3b4d 100644 --- a/sysutils/sysbuild/Makefile +++ b/sysutils/sysbuild/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/02/01 03:21:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.30 2016/12/31 09:39:31 wiz Exp $ DISTNAME= sysbuild-2.7 PKGREVISION= 2 @@ -27,7 +27,7 @@ PKG_SUGGESTED_OPTIONS= tests .include "../../mk/bsd.options.mk" -.if $(PKG_OPTIONS:Mtests) +.if !empty(PKG_OPTIONS:Mtests) . include "../../devel/atf/buildlink3.mk" PLIST_SUBST+= TESTS= .else |