1171568Sscottl# $FreeBSD$
2171568Sscottl
3171568SscottlSRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
4171568SscottlPROG= iscontrol
5171568SscottlDPADD= ${LIBCAM} ${LIBMD}
6171568SscottlLDADD= -lcam -lmd
7211095SdesS= ${.CURDIR}/../../sys
8171568Sscottl
9211095SdesWARNS?=	3
10249490SjpaetzelCFLAGS+=	-I$S
11171568Sscottl
12171568SscottlMAN= iscsi.conf.5 iscontrol.8
13171568Sscottl
14171568Sscottl.include <bsd.prog.mk>
15