]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sbin/iscontrol/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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
8 CFLAGS += -I${.CURDIR}/../../sys/dev/iscsi/initiator
9 #CFLAGS += -g -DDEBUG
10
11 MAN= iscsi.conf.5 iscontrol.8
12
13 .include <bsd.prog.mk>