Makefile revision 256281
1# $FreeBSD: stable/10/usr.sbin/sicontrol/Makefile 179590 2008-06-06 03:23:34Z peter $
2
3PROG=	sicontrol
4MAN=	sicontrol.8
5
6CFLAGS+= -I${.CURDIR}/../../sys
7WARNS?=	2
8
9.include <bsd.prog.mk>
10