]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/iscontrol/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sbin / iscontrol / Makefile
1 # $FreeBSD$
2
3 PACKAGE=iscsilegacy
4 SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
5 PROG= iscontrol
6 LIBADD= cam md
7 S= ${SRCTOP}/sys
8
9 WARNS?= 3
10 CFLAGS+=        -I$S
11
12 MAN= iscontrol.8
13
14 .include <bsd.prog.mk>