summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-19 18:27:43 +0000
committerngie <ngie@FreeBSD.org>2014-08-19 18:27:43 +0000
commit746b14e50e828f3303fa70cf01a43c65465f3865 (patch)
tree89483e48f33902bc3d6e38fea875599b42a64eb1 /secure
parentbc970eb078f3bbfb60da1074abd8a91769460e7d (diff)
downloadFreeBSD-src-746b14e50e828f3303fa70cf01a43c65465f3865.zip
FreeBSD-src-746b14e50e828f3303fa70cf01a43c65465f3865.tar.gz
Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd"
X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor)
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index bb23f43..3c969cd 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -22,7 +22,7 @@ USEPRIVATELIB= ssh
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
DPADD+= ${LIBLDNS}
-LDADD+= ${LIBLDNSADD}
+LDADD+= ${LDLDNS}
USEPRIVATELIB+= ldns
.endif
OpenPOWER on IntegriCloud