summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 04:43:16 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 04:43:16 +0000
commit847f605cad221e74ada1a136556fd3dac6efcf95 (patch)
tree071a1c946f9f975543af695e214c822a23613574 /usr.sbin/named
parentd9072a44c53c4107ecfe75bfaa65d23f9fa43069 (diff)
downloadFreeBSD-src-847f605cad221e74ada1a136556fd3dac6efcf95.zip
FreeBSD-src-847f605cad221e74ada1a136556fd3dac6efcf95.tar.gz
Compile bind against the resolver in libbind for now. Unfortunately this
includes the slower IRS getpwent() and friends, but that's better than nothing.
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile7
-rw-r--r--usr.sbin/named/Makefile.inc3
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 905f339..d7cff0e 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -9,11 +9,12 @@ USE_LIBBIND= true
PROG= named
SRCS= tmp_version.c pathnames.h \
db_dump.c db_load.c db_lookup.c db_save.c db_update.c \
- db_glue.c \
- ns_parser.y ns_lexer.c ns_parseutil.c \
+ db_glue.c db_ixfr.c db_sec.c db_tsig.c \
+ ns_parser.y ns_lexer.c ns_parseutil.c ns_ctl.c \
ns_forw.c ns_init.c ns_main.c ns_maint.c ns_req.c \
ns_resp.c ns_stats.c ns_ncache.c ns_xfr.c ns_glue.c \
- ns_udp.c ns_config.c ns_update.c
+ ns_udp.c ns_config.c ns_update.c ns_ixfr.c ns_signal.c \
+ ns_sort.c ns_notify.c
MAN8= named.8
afterinstall:
diff --git a/usr.sbin/named/Makefile.inc b/usr.sbin/named/Makefile.inc
index 21b2ff6..20b3551 100644
--- a/usr.sbin/named/Makefile.inc
+++ b/usr.sbin/named/Makefile.inc
@@ -21,7 +21,8 @@ CFLAGS+= -I${BIND_DIR}/port/freebsd/include
# This is mostly for named and named-xfer
.if defined(USE_LIBBIND)
# Sadly, mkdep doesn't know about -idirafter, which would be ideal here.
-CFLAGS+= -I${DESTDIR}/usr/include -I${BIND_DIR}/include
+#CFLAGS+= -I${.CURDIR}/../../include -I${BIND_DIR}/include
+CFLAGS+= -I${BIND_DIR}/include
.if exists(${.OBJDIR}/../../lib/libbind)
LIBBINDDIR:= ${.OBJDIR}/../../lib/libbind
OpenPOWER on IntegriCloud