45a21be73d
Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as the former is obsolete. Sponsored by: The FreeBSD Foundation
15 lines
230 B
Makefile
15 lines
230 B
Makefile
# $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
|
|
|
|
MAN= iscontrol.8
|
|
|
|
.include <bsd.prog.mk>
|