summaryrefslogtreecommitdiff
path: root/mail/rblcheck/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rblcheck/hacks.mk')
-rw-r--r--mail/rblcheck/hacks.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/rblcheck/hacks.mk b/mail/rblcheck/hacks.mk
deleted file mode 100644
index 3048c9a2954..00000000000
--- a/mail/rblcheck/hacks.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2005/11/07 20:36:12 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