freebsd-dev/sbin/iscontrol/Makefile
Emmanuel Vadot 4323354324 pkgbase: We can't easily have a package with either a - or a _
Rename iscsi_legacy to iscsilegacy, having - or _ in a package name cause
problems when we process them and generate the ucl.
2020-08-07 12:19:21 +00:00

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>