Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd"

X-MFC with: r269648
Phabric: D634
Approved by: jmmv (mentor)
This commit is contained in:
Enji Cooper 2014-08-19 18:27:43 +00:00
parent 2ac1d5afc8
commit d052a806a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270178

View File

@ -22,7 +22,7 @@ USEPRIVATELIB= ssh
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
DPADD+= ${LIBLDNS}
LDADD+= ${LIBLDNSADD}
LDADD+= ${LDLDNS}
USEPRIVATELIB+= ldns
.endif