summaryrefslogtreecommitdiffstats
path: root/lib/libbind/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 04:40:54 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 04:40:54 +0000
commitd9072a44c53c4107ecfe75bfaa65d23f9fa43069 (patch)
tree849f9cf70a1cc86516a07fa0eecff6be95171fe2 /lib/libbind/Makefile
parentd9483186099fcd41a2190bdbef2c50cb9feac95a (diff)
downloadFreeBSD-src-d9072a44c53c4107ecfe75bfaa65d23f9fa43069.zip
FreeBSD-src-d9072a44c53c4107ecfe75bfaa65d23f9fa43069.tar.gz
Build more components to get named to build.
Diffstat (limited to 'lib/libbind/Makefile')
-rw-r--r--lib/libbind/Makefile33
1 files changed, 25 insertions, 8 deletions
diff --git a/lib/libbind/Makefile b/lib/libbind/Makefile
index 250157b..ba6da8a7 100644
--- a/lib/libbind/Makefile
+++ b/lib/libbind/Makefile
@@ -3,21 +3,38 @@
BIND_DIR=${.CURDIR}/../../contrib/bind
# contrib/bind/include/* must not override any real system includes
-CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${DESTDIR}/usr/include \
- -I${BIND_DIR}/include
+CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${BIND_DIR}/include
LIB= bind
+WANT_IRS= for now
# This may or may not work yet. It's not compatable with the core
# system components since it overrides the master.passwd handling etc.
.if defined(WANT_IRS)
.PATH: ${BIND_DIR}/lib/irs
-SRCS+= dns.c dns_gr.c dns_ho.c dns_nw.c dns_pr.c dns_pw.c dns_sv.c gen.c \
- gen_gr.c gen_ho.c gen_ng.c gen_nw.c gen_pr.c gen_pw.c gen_sv.c \
- getgrent.c gethostent.c getnetent.c getnetgrent.c getprotoent.c \
- getpwent.c getservent.c hesiod.c irs_data.c lcl.c lcl_gr.c lcl_ho.c \
- lcl_ng.c lcl_nw.c lcl_pr.c lcl_pw.c lcl_sv.c nis.c nis_gr.c nis_ho.c \
- nis_ng.c nis_nw.c nis_pr.c nis_pw.c nis_sv.c nul_ng.c util.c
+SRCS+= dns.c dns_gr.c dns_ho.c dns_nw.c dns_pr.c dns_pw.c \
+ dns_sv.c gai_strerror.c gen.c gen_gr.c gen_ho.c \
+ gen_ng.c gen_nw.c gen_pr.c gen_pw.c gen_sv.c \
+ getaddrinfo.c getgrent.c getgrent_r.c gethostent.c \
+ gethostent_r.c getnameinfo.c getnetent.c getnetent_r.c \
+ getnetgrent.c getnetgrent_r.c getprotoent.c \
+ getprotoent_r.c getpwent.c getpwent_r.c getservent.c \
+ getservent_r.c hesiod.c irs_data.c \
+ irp.c irp_gr.c irp_ho.c irp_ng.c irp_nw.c \
+ irp_pr.c irp_pw.c irp_sv.c irpmarshall.c \
+ lcl.c lcl_gr.c \
+ lcl_ho.c lcl_ng.c lcl_nw.c lcl_pr.c lcl_pw.c \
+ lcl_sv.c nis.c nis_gr.c nis_ho.c nis_ng.c nis_nw.c \
+ nis_pr.c nis_pw.c nis_sv.c nul_ng.c util.c
+
+.PATH: ${BIND_DIR}/lib/nameser
+SRCS+= ns_parse.c ns_print.c ns_netint.c ns_ttl.c ns_name.c \
+ ns_sign.c ns_verify.c ns_date.c ns_samedomain.c
+
+.PATH: ${BIND_DIR}/lib/resolv
+SRCS+= herror.c res_debug.c res_data.c res_comp.c res_init.c \
+ res_mkquery.c res_query.c res_send.c res_sendsigned.c \
+ res_mkupdate.c res_update.c res_findzonecut.c
.endif
.if defined(WANT_CYLINK) && exists(${BIND_DIR}/lib/cylink)
OpenPOWER on IntegriCloud