summaryrefslogtreecommitdiffstats
path: root/lib/bind/isccc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind/isccc/Makefile')
-rw-r--r--lib/bind/isccc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile
index 549afe3..84e1ba8 100644
--- a/lib/bind/isccc/Makefile
+++ b/lib/bind/isccc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
BIND_DIR= ${.CURDIR}/../../../contrib/bind9
LIB_BIND_REL= ..
LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
@@ -16,7 +18,7 @@ SRCS= alist.c base64.c cc.c ccmsg.c \
CFLAGS+= -I${SRCDIR}/include
-.if defined(WITH_BIND_LIBS)
+.if ${MK_BIND_LIBS} != "no"
INCS= ${SRCDIR}/include/isccc/alist.h \
${SRCDIR}/include/isccc/base64.h \
${SRCDIR}/include/isccc/cc.h \
OpenPOWER on IntegriCloud