]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sbin/iscontrol/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sbin / iscontrol / Makefile
1 # $FreeBSD$
2
3 SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
4 PROG= iscontrol
5 DPADD= ${LIBCAM} ${LIBMD}
6 LDADD= -lcam -lmd
7 S= ${.CURDIR}/../../sys
8
9 WARNS?= 3
10 CFLAGS+=        -I$S
11
12 MAN= iscsi.conf.5 iscontrol.8
13
14 .include <bsd.prog.mk>