aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-01-28 23:21:00 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-01-28 23:21:00 +0000
commitb54a8d8a2e26df4d6f4f752709bed7dfdfcb3d49 (patch)
tree5943599ab8b33c985d106a4189f96718dc7e9263 /usr.sbin
parentdd46afd299919edd38d154d9417272bbae7888c9 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/named/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 3f7018a51a63..442276a0d9d5 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -15,6 +15,17 @@ SRCS= tmp_version.c pathnames.h \
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_ixfr.c ns_signal.c \
ns_sort.c ns_notify.c
+
+.if exists(${.OBJDIR}/../../lib/libisc)
+LIBISCDIR:= ${.OBJDIR}/../../lib/libisc
+.else
+LIBISCDIR!= cd ${.CURDIR}/../../lib/libisc; make -V .OBJDIR
+.endif
+LIBISC:= ${LIBISCDIR}/libisc.a
+
+DPADD+= ${LIBISC}
+LDADD+= ${LIBISC}
+
MAN5= named.conf.5
MAN8= named.8 named-bootconf.8 nsupdate.8