freebsd-dev/sbin/iscontrol/Makefile
Glen Barber 7de1daeb93 Create packages for atm, ccdconfig, devd, ipf, ipfw,
iscsi, natd, nandfs, pf, quotacheck, and routed.

Add ping6 and rtsol to the runtime package.

Sponsored by:	The FreeBSD Foundation
2016-02-09 19:30:31 +00:00

15 lines
215 B
Makefile

# $FreeBSD$
PACKAGE=iscsi
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>