freebsd-dev/sbin/iscontrol/Makefile
Edward Tomasz Napierala de29f585af Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as the
former is obsolete.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
2014-12-05 12:38:01 +00:00

14 lines
201 B
Makefile

# $FreeBSD$
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
LIBADD= cam md
S= ${.CURDIR}/../../sys
WARNS?= 3
CFLAGS+= -I$S
MAN= iscontrol.8
.include <bsd.prog.mk>