From a725bfc49ce0dcca9cbf2c267b85f0ff67c012bc Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 18 Aug 2014 18:01:18 +0000 Subject: [PATCH] Add LIBCRYPTO and LIBSSL to DPADD This fixes "make checkdpadd" Phabric: D621 PR: 192761 Approved by: rpaulo (mentor) MFC after: 2 weeks --- usr.sbin/iscsid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/iscsid/Makefile b/usr.sbin/iscsid/Makefile index 468b2849bd39..e60010e7c5d1 100644 --- a/usr.sbin/iscsid/Makefile +++ b/usr.sbin/iscsid/Makefile @@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi #CFLAGS+= -DICL_KERNEL_PROXY MAN= iscsid.8 -DPADD= ${LIBUTIL} +DPADD= ${LIBCRYPTO} ${LIBSSL} ${LIBUTIL} LDADD= -lcrypto -lssl -lutil WARNS= 6