bind - Changed bind dependend Makefiles to fit to new contrib/bind without version...
[dragonfly.git] / lib / libc / resolv / Makefile.inc
1 BINDDIR= ${.CURDIR}/../../contrib/bind/lib/bind
2
3 .PATH:  ${BINDDIR}/inet
4 SRCS+=  inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_lnaof.c \
5         inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c \
6         inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
7         inet_pton.c nsap_addr.c
8
9 .PATH:  ${BINDDIR}/isc
10 SRCS+=  ev_streams.c ev_timers.c
11
12 .PATH:  ${BINDDIR}/nameser
13 SRCS+=  ns_name.c ns_netint.c ns_parse.c ns_print.c ns_samedomain.c ns_ttl.c
14
15 .PATH:  ${BINDDIR}/resolv ${.CURDIR}/../libc/resolv
16 SRCS+=  h_errno.c herror.c mtctxres.c res_comp.c res_data.c res_debug.c \
17         res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
18         res_query.c res_send.c res_state.c res_update.c
19
20 MKDEP= -iquote ${BINDDIR}/include -idirafter ${BINDDIR}/resolv
21 CFLAGS+= ${MKDEP}