summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/queryperf/hacks.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/queryperf/hacks.mk b/net/queryperf/hacks.mk
new file mode 100644
index 00000000000..3b1cdbb8f5d
--- /dev/null
+++ b/net/queryperf/hacks.mk
@@ -0,0 +1,11 @@
+# $NetBSD: hacks.mk,v 1.1 2006/11/28 16:30:39 tv Exp $
+
+###
+### Need a real resolver on Interix.
+###
+.if ${OPSYS} == "Interix"
+BUILDLINK_PASSTHRU_DIRS+= /usr/local/include/bind /usr/local/lib/bind
+CPPFLAGS+= -I/usr/local/include/bind
+LDFLAGS+= -L/usr/local/lib/bind
+LIBS+= -lbind -ldb
+.endif