1# $FreeBSD$
2
3PROG=	sicontrol
4MAN=	sicontrol.8
5
6CFLAGS+= -I${.CURDIR}/../../sys
7WARNS?=	2
8
9.include <bsd.prog.mk>
10