summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/Makefile
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-11-24 00:47:04 +0000
committermav <mav@FreeBSD.org>2014-11-24 00:47:04 +0000
commita3fd5530e74784b21a4ccedadde1180f84802e48 (patch)
tree857947d2c66a99e18cb3e2a7e4f439adaaaf218f /usr.sbin/ctld/Makefile
parent8ef35bbcf87f4d696b9c008dca212f9fab8a54c9 (diff)
downloadFreeBSD-src-a3fd5530e74784b21a4ccedadde1180f84802e48.zip
FreeBSD-src-a3fd5530e74784b21a4ccedadde1180f84802e48.tar.gz
MFC r273635, r273793, r274797: Add basic iSNS client to the iSCSI target.
This makes ctld(8) register its iSCSI targets and portals on configured iSNS servers to allow initiators find them without active discovery. Fetching of allowed initiators from iSNS is not implemented now, so target ACLs still should be configured manually. Relnotes: Yes Sponsored by: iXsystems, Inc.
Diffstat (limited to 'usr.sbin/ctld/Makefile')
-rw-r--r--usr.sbin/ctld/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ctld/Makefile b/usr.sbin/ctld/Makefile
index 09b89cb..38ee0e8 100644
--- a/usr.sbin/ctld/Makefile
+++ b/usr.sbin/ctld/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PROG= ctld
-SRCS= chap.c ctld.c discovery.c kernel.c keys.c log.c login.c parse.y pdu.c token.l y.tab.h
+SRCS= chap.c ctld.c discovery.c isns.c kernel.c keys.c log.c
+SRCS+= login.c parse.y pdu.c token.l y.tab.h
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../sys
CFLAGS+= -I${.CURDIR}/../../sys/cam/ctl
OpenPOWER on IntegriCloud