summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-02 16:14:16 +0000
committerngie <ngie@FreeBSD.org>2014-09-02 16:14:16 +0000
commitb13059ee32959ddbb77be746bb50546a939e44df (patch)
tree8fae7415e720164c9179a6215ead02465e5a0cd6 /usr.sbin/ctld/Makefile
parent1c035447bc46287b0b51971639f7706c6725cfae (diff)
downloadFreeBSD-src-b13059ee32959ddbb77be746bb50546a939e44df.zip
FreeBSD-src-b13059ee32959ddbb77be746bb50546a939e44df.tar.gz
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
Diffstat (limited to 'usr.sbin/ctld/Makefile')
-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