]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/iscontrol/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>