aboutsummaryrefslogtreecommitdiff
path: root/lib/bind/isccc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-09-30 17:23:45 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-09-30 17:23:45 +0000
commit56b72efe825d4190e0e2fdbc07ebb295cac299df (patch)
tree1a2886b0de387ddff665d0e370f40ffc32778840 /lib/bind/isccc
parent8cdb4d896719648d4d1976c133bad53d24090573 (diff)
downloadsrc-56b72efe825d4190e0e2fdbc07ebb295cac299df.tar.gz
src-56b72efe825d4190e0e2fdbc07ebb295cac299df.zip
Remove BIND.
Approved by: re (gjb)
Notes
Notes: svn path=/head/; revision=255949
Diffstat (limited to 'lib/bind/isccc')
-rw-r--r--lib/bind/isccc/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile
deleted file mode 100644
index 19fc2bfd6fda..000000000000
--- a/lib/bind/isccc/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-BIND_DIR= ${.CURDIR}/../../../contrib/bind9
-LIB_BIND_REL= ..
-LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
-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
-CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
-
-DPADD= ${PTHREAD_DPADD}
-LDADD= ${PTHREAD_LDADD}
-
-.if ${MK_BIND_LIBS} != "no"
-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
-.endif
-
-.include <bsd.lib.mk>