diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-26 14:34:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-26 14:34:07 +0000 |
commit | b13d57582d7a68b0ea8cd7d52532bfc4cde442e2 (patch) | |
tree | ba1327bd8c4373a63bf8bfcd5136562cc034d227 /benchmarks/dnsperf | |
parent | 0370f2c4af77f5cf6d9a4e1470826dd6ec7b60bc (diff) | |
download | pkgsrc-b13d57582d7a68b0ea8cd7d52532bfc4cde442e2.tar.gz |
dnsperf: Add a bunch of required includes.
Diffstat (limited to 'benchmarks/dnsperf')
-rw-r--r-- | benchmarks/dnsperf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/benchmarks/dnsperf/Makefile b/benchmarks/dnsperf/Makefile index 45fdb765a84..a3f0aa73957 100644 --- a/benchmarks/dnsperf/Makefile +++ b/benchmarks/dnsperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/05/03 06:59:13 mef Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/26 14:34:07 jperkin Exp $ DISTNAME= dnsperf-src-2.1.0.0-1 PKGNAME= dnsperf-2.1.0.0 @@ -19,6 +19,12 @@ USE_BUILTIN.bind= no REPLACE_SH+= resperf-report +.include "../../archivers/xz/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../net/GeoIP/buildlink3.mk" .include "../../net/bind99/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../textproc/json-c/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |