6578a63cc7
Fix FreeBSD paradigms in the upstream code. PR: bin/166933 Submitted by: Garrett Cooper <yanegomi@gmail.com>
15 lines
243 B
Makefile
15 lines
243 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
|
|
S= ${.CURDIR}/../../sys
|
|
|
|
WARNS?= 3
|
|
CFLAGS+= -I$S
|
|
|
|
MAN= iscsi.conf.5 iscontrol.8
|
|
|
|
.include <bsd.prog.mk>
|