summaryrefslogtreecommitdiffstats
path: root/lib/bind/isccc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-09-21 19:01:48 +0000
committerdes <des@FreeBSD.org>2004-09-21 19:01:48 +0000
commita4c12f80064a9009ad12611adb31c37c72ee9eca (patch)
treeee65309033b0451fbda3772ae513fcd9b3dec47a /lib/bind/isccc
parent168f1a937f7ee05bd260816130e8771ebf99ba51 (diff)
downloadFreeBSD-src-a4c12f80064a9009ad12611adb31c37c72ee9eca.zip
FreeBSD-src-a4c12f80064a9009ad12611adb31c37c72ee9eca.tar.gz
Switch from BIND 8 to BIND 9.
Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
Diffstat (limited to 'lib/bind/isccc')
-rw-r--r--lib/bind/isccc/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile
new file mode 100644
index 0000000..6b316c3
--- /dev/null
+++ b/lib/bind/isccc/Makefile
@@ -0,0 +1,37 @@
+# $FreeBSD$
+
+BIND_DIR= ${.CURDIR}/../../../contrib/bind9
+LIB_BIND_DIR= ${.CURDIR}/..
+SRCDIR= ${BIND_DIR}/lib/isccc
+
+.include "${LIB_BIND_DIR}/config.mk"
+
+LIB= isccc
+
+.PATH: ${SRCDIR}
+SRCS= alist.c base64.c cc.c ccmsg.c \
+ lib.c \
+ result.c sexpr.c symtab.c version.c
+
+CFLAGS+= -I${SRCDIR}/include -I${.CURDIR} -I${.CURDIR}/..
+
+DPADD= ${LIBPTHREAD}
+LDADD= -lpthread
+
+INCS= ${SRCDIR}/include/isccc/alist.h \
+ ${SRCDIR}/include/isccc/base64.h \
+ ${SRCDIR}/include/isccc/cc.h \
+ ${SRCDIR}/include/isccc/ccmsg.h \
+ ${SRCDIR}/include/isccc/events.h \
+ ${SRCDIR}/include/isccc/lib.h \
+ ${SRCDIR}/include/isccc/result.h \
+ ${SRCDIR}/include/isccc/sexpr.h \
+ ${SRCDIR}/include/isccc/symtab.h \
+ ${SRCDIR}/include/isccc/symtype.h \
+ ${SRCDIR}/include/isccc/types.h \
+ ${SRCDIR}/include/isccc/util.h \
+ ${SRCDIR}/include/isccc/version.h
+
+INCSDIR= ${INCLUDEDIR}/isccc
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud