From 746b14e50e828f3303fa70cf01a43c65465f3865 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 19 Aug 2014 18:27:43 +0000 Subject: Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd" X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor) --- secure/usr.bin/ssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1