summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-05-23 12:58:24 +0000
committertrasz <trasz@FreeBSD.org>2016-05-23 12:58:24 +0000
commite673e1884723b2370fe4d60f139cd79b5ac66e2f (patch)
tree938dfff2bac79d64d641ae69cff21d4725b208ff
parentd7c595eff7392ddfaa6b67dfb2e8e3432d1bec50 (diff)
downloadFreeBSD-src-e673e1884723b2370fe4d60f139cd79b5ac66e2f.zip
FreeBSD-src-e673e1884723b2370fe4d60f139cd79b5ac66e2f.tar.gz
Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as required
for iSER. Obtained from: Mellanox Technologies MFC after: 1 month Sponsored by: The FreeBSD Foundation
-rw-r--r--usr.sbin/iscsid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/iscsid/Makefile b/usr.sbin/iscsid/Makefile
index 1a88de4..6353481 100644
--- a/usr.sbin/iscsid/Makefile
+++ b/usr.sbin/iscsid/Makefile
@@ -6,7 +6,7 @@ SRCS= chap.c discovery.c iscsid.c keys.c log.c login.c pdu.c
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../sys/cam
CFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi
-#CFLAGS+= -DICL_KERNEL_PROXY
+CFLAGS+= -DICL_KERNEL_PROXY
MAN= iscsid.8
LIBADD= md util
OpenPOWER on IntegriCloud