freebsd-dev/sbin/iscontrol/Makefile

16 lines
265 B
Makefile
Raw Normal View History

# $FreeBSD$
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
DPADD= ${LIBCAM} ${LIBMD}
LDADD= -lcam -lmd
S= ${.CURDIR}/../../sys
WARNS?= 3
CFLAGS += -I$S
CFLAGS += -g -DDEBUG
MAN= iscsi.conf.5 iscontrol.8
.include <bsd.prog.mk>