summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol/Makefile
blob: 65091a516a7ca251223bac7697658e33f7b182cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
DPADD= ${LIBCAM} ${LIBMD}
LDADD= -lcam -lmd
S= ${.CURDIR}/../../sys

WARNS?=	3
CFLAGS+=	-I$S

MAN= iscontrol.8

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