svn commit: r270178 - head/secure/usr.bin/ssh

Garrett Cooper ngie at FreeBSD.org
Tue Aug 19 18:27:44 UTC 2014


Author: ngie
Date: Tue Aug 19 18:27:43 2014
New Revision: 270178
URL: http://svnweb.freebsd.org/changeset/base/270178

Log:
  Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd"
  
  X-MFC with: r269648
  Phabric: D634
  Approved by: jmmv (mentor)

Modified:
  head/secure/usr.bin/ssh/Makefile

Modified: head/secure/usr.bin/ssh/Makefile
==============================================================================
--- head/secure/usr.bin/ssh/Makefile	Tue Aug 19 17:54:15 2014	(r270177)
+++ head/secure/usr.bin/ssh/Makefile	Tue Aug 19 18:27:43 2014	(r270178)
@@ -22,7 +22,7 @@ USEPRIVATELIB= ssh
 .if ${MK_LDNS} != "no"
 CFLAGS+=	-DHAVE_LDNS=1
 DPADD+=	${LIBLDNS}
-LDADD+=	${LIBLDNSADD}
+LDADD+=	${LDLDNS}
 USEPRIVATELIB+= ldns
 .endif
 


More information about the svn-src-head mailing list