summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-19 18:31:20 +0000
committerngie <ngie@FreeBSD.org>2014-08-19 18:31:20 +0000
commit7cf6b6be0e6bfa7883bc0faed1f1781d2b4c9665 (patch)
tree1131a9fd1ec85a3e046a95e6f2e4a32110341748 /usr.sbin
parent746b14e50e828f3303fa70cf01a43c65465f3865 (diff)
downloadFreeBSD-src-7cf6b6be0e6bfa7883bc0faed1f1781d2b4c9665.zip
FreeBSD-src-7cf6b6be0e6bfa7883bc0faed1f1781d2b4c9665.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctld/Makefile b/usr.sbin/ctld/Makefile
index e6c292d..2b998d8 100644
--- a/usr.sbin/ctld/Makefile
+++ b/usr.sbin/ctld/Makefile
@@ -9,8 +9,8 @@ CFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi
#CFLAGS+= -DICL_KERNEL_PROXY
MAN= ctld.8 ctl.conf.5
-DPADD= ${LIBCAM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}
-LDADD= -lbsdxml -lcam -lcrypto -lfl -lsbuf -lssl -lutil
+DPADD= ${LIBBSDXML} ${LIBCAM} ${LIBCRYPTO} ${LIBL} ${LIBSBUF} ${LIBSSL} ${LIBUTIL}
+LDADD= -lbsdxml -lcam -lcrypto -ll -lsbuf -lssl -lutil
YFLAGS+= -v
CLEANFILES= y.tab.c y.tab.h y.output
OpenPOWER on IntegriCloud