4323354324
Rename iscsi_legacy to iscsilegacy, having - or _ in a package name cause problems when we process them and generate the ucl.
15 lines
214 B
Makefile
15 lines
214 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=iscsilegacy
|
|
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
|
|
PROG= iscontrol
|
|
LIBADD= cam md
|
|
S= ${SRCTOP}/sys
|
|
|
|
WARNS?= 3
|
|
CFLAGS+= -I$S
|
|
|
|
MAN= iscontrol.8
|
|
|
|
.include <bsd.prog.mk>
|