Deleted Added
full compact
Makefile (287917) Makefile (295535)
1# $FreeBSD: head/lib/libunbound/Makefile 287917 2015-09-17 16:10:11Z des $
1# $FreeBSD: head/lib/libunbound/Makefile 295535 2016-02-11 17:37:02Z des $
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound
6
7# Hold my beer and watch this
8.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
9
10LIB= unbound
11PRIVATELIB=
12
13CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR}
14
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound
6
7# Hold my beer and watch this
8.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
9
10LIB= unbound
11PRIVATELIB=
12
13CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR}
14
15SRCS= alloc.c autotrust.c config_file.c configlexer.l configparser.y \
15SRCS= alloc.c as112.c autotrust.c config_file.c configlexer.l configparser.y \
16 context.c dname.c dns.c dns64.c dnstree.c fptr_wlist.c infra.c \
17 iter_delegpt.c iter_donotq.c iter_fwd.c iter_hints.c iter_priv.c \
18 iter_resptype.c iter_scrub.c iter_utils.c iterator.c keyraw.c \
19 libunbound.c libworker.c listen_dnsport.c localzone.c locks.c log.c \
20 lookup3.c lruhash.c mesh.c mini_event.c modstack.c module.c \
21 msgencode.c msgparse.c msgreply.c net_help.c netevent.c \
22 outbound_list.c outside_network.c packed_rrset.c parse.c \
23 parseutil.c random.c rbtree.c regional.c rrdef.c rrset.c rtt.c \

--- 19 unchanged lines hidden ---
16 context.c dname.c dns.c dns64.c dnstree.c fptr_wlist.c infra.c \
17 iter_delegpt.c iter_donotq.c iter_fwd.c iter_hints.c iter_priv.c \
18 iter_resptype.c iter_scrub.c iter_utils.c iterator.c keyraw.c \
19 libunbound.c libworker.c listen_dnsport.c localzone.c locks.c log.c \
20 lookup3.c lruhash.c mesh.c mini_event.c modstack.c module.c \
21 msgencode.c msgparse.c msgreply.c net_help.c netevent.c \
22 outbound_list.c outside_network.c packed_rrset.c parse.c \
23 parseutil.c random.c rbtree.c regional.c rrdef.c rrset.c rtt.c \

--- 19 unchanged lines hidden ---