]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/sicontrol/Makefile
Merge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD 10-CURRENT; the
[FreeBSD/FreeBSD.git] / usr.sbin / sicontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   sicontrol
4 MAN=    sicontrol.8
5
6 CFLAGS+= -I${.CURDIR}/../../sys
7 WARNS?= 2
8
9 .include <bsd.prog.mk>