summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol/Makefile
blob: a79233fdcfa5b5055ea21b7383e4b6e8b94e58c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
LIBADD=	cam md
S= ${.CURDIR}/../../sys

WARNS?=	3
CFLAGS+=	-I$S

MAN= iscsi.conf.5 iscontrol.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud