mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
106d839190
Submitted by: Ulrich Spörlein
15 lines
280 B
Makefile
15 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
|
|
PROG= iscontrol
|
|
DPADD= ${LIBCAM} ${LIBMD}
|
|
LDADD= -lcam -lmd
|
|
|
|
WARNS?= 2
|
|
CFLAGS += -I${.CURDIR}/../../sys/dev/iscsi/initiator
|
|
#CFLAGS += -g -DDEBUG
|
|
|
|
MAN= iscsi.conf.5 iscontrol.8
|
|
|
|
.include <bsd.prog.mk>
|