summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-04-16 13:50:52 +0000
committerbde <bde@FreeBSD.org>2003-04-16 13:50:52 +0000
commitf551b7d8e30c1ec7db9cd45fdf599d4eec8f593d (patch)
tree8f5722c020b7e65d3b1ed7cb65c59a82d5d99d91 /usr.sbin/named
parent25a8614d11f36479a9e4ec03dc5dc79c2124c3fa (diff)
downloadFreeBSD-src-f551b7d8e30c1ec7db9cd45fdf599d4eec8f593d.zip
FreeBSD-src-f551b7d8e30c1ec7db9cd45fdf599d4eec8f593d.tar.gz
"Fixed" LDADD by backing out part of the previous commit. -lfoo in
LDADD is not wrong, but the simple substitution in `make checkdpadd' doesn't work if foo.a is not an installed library, so we use the full path to foo.a in both DPADD and LDADD for non-installed libraries.
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 5bd825c..4913c16 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -24,7 +24,7 @@ LIBISCDIR!= cd ${.CURDIR}/../../lib/libisc; make -V .OBJDIR
LIBISC:= ${LIBISCDIR}/libisc.a
DPADD+= ${LIBISC}
-LDADD+= -lisc
+LDADD+= ${LIBISC}
HTMLS= acl.html address_list.html comments.html config.html controls.html \
docdef.html example.html include.html index.html key.html \
OpenPOWER on IntegriCloud