]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/iscontrol/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / sbin / iscontrol / Makefile
1 # $FreeBSD$
2
3 SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
4 PROG= iscontrol
5 DPADD= ${LIBCAM} ${LIBMD}
6 LDADD= -lcam -lmd
7 S= ${.CURDIR}/../../sys
8
9 WARNS?= 3
10 CFLAGS+=        -I$S
11
12 MAN= iscontrol.8
13
14 .include <bsd.prog.mk>