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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to