mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 04:29:12 -04:00
This leaves the iscsi package for the iSCSI initiator, and the new package provides the CAM target layer (including the iSCSI target). Reviewed by: manu, des, jhb Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50287
9 lines
130 B
Makefile
9 lines
130 B
Makefile
PACKAGE= ctl
|
|
PROG= ctlstat
|
|
MAN= ctlstat.8
|
|
SDIR= ${SRCTOP}/sys
|
|
CFLAGS+= -I${SDIR}
|
|
|
|
LIBADD= sbuf bsdxml
|
|
|
|
.include <bsd.prog.mk>
|