summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol/Makefile
blob: 9c4d9f4fff58d7f7a599e39ac005ada8edf3c273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $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= iscontrol.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud