6fdc031751
Reduce overlinking
14 lines
214 B
Makefile
14 lines
214 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= iscsi.conf.5 iscontrol.8
|
|
|
|
.include <bsd.prog.mk>
|