64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
17 lines
286 B
Makefile
17 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= iscsi
|
|
PROG= iscsid
|
|
SRCS= chap.c discovery.c iscsid.c keys.c log.c login.c pdu.c
|
|
CFLAGS+= -I${.CURDIR}
|
|
CFLAGS+= -I${SRCTOP}/sys/cam
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/iscsi
|
|
CFLAGS+= -DICL_KERNEL_PROXY
|
|
MAN= iscsid.8
|
|
|
|
LIBADD= md util
|
|
|
|
WARNS= 6
|
|
|
|
.include <bsd.prog.mk>
|