Found with "make checkdpadd" (the output would be closer to matching if the DPADD and the LDADD were sorted the same): /usr/src/usr.sbin/ctld DPADD -> -lcam -lsbuf -lbsdxml -lutil LDADD -> -lbsdxml -lcam -lcrypto -lfl -lsbuf -lssl -lutil
A commit references this bug: Author: ngie Date: Tue Aug 19 18:31:21 UTC 2014 New revision: 270179 URL: http://svnweb.freebsd.org/changeset/base/270179 Log: Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up This fixes "make checkdpadd" Approved by: jmmv (mentor) MFC after: 2 weeks Phabric: D630 PR: 192765 Changes: head/usr.sbin/ctld/Makefile
A commit references this bug: Author: ngie Date: Tue Sep 2 16:14:17 UTC 2014 New revision: 270970 URL: http://svnweb.freebsd.org/changeset/base/270970 Log: MFC r270179: Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up This fixes "make checkdpadd" Approved by: jmmv (mentor) Phabric: D630 PR: 192765 Changes: _U stable/10/ stable/10/usr.sbin/ctld/Makefile