diff options
Diffstat (limited to 'devel/cunit/Makefile')
-rw-r--r-- | devel/cunit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index acfc54436c2..1b29643f30c 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/12/06 21:50:12 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2015/10/19 08:32:39 wiz Exp $ DISTNAME= CUnit-2.1-0-src PKGNAME= CUnit-2.1 @@ -19,4 +19,6 @@ WRKSRC= ${WRKDIR}/CUnit-2.1-0 INSTALLATION_DIRS+= include/CUnit share/doc/CUnit INSTALLATION_DIRS+= share/CUnit share/doc/CUnit/headers +.include "options.mk" + .include "../../mk/bsd.pkg.mk" |