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

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

WARNS?=	3
CFLAGS+=	-I$S

MAN= iscontrol.8

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