diff options
author | ngie <ngie@FreeBSD.org> | 2014-08-19 18:27:43 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-08-19 18:27:43 +0000 |
commit | 746b14e50e828f3303fa70cf01a43c65465f3865 (patch) | |
tree | 89483e48f33902bc3d6e38fea875599b42a64eb1 /secure/usr.bin | |
parent | bc970eb078f3bbfb60da1074abd8a91769460e7d (diff) | |
download | FreeBSD-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/usr.bin')
-rw-r--r-- | secure/usr.bin/ssh/Makefile | 2 |
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 |