Makefile revision 56509
1# $FreeBSD: head/usr.sbin/sicontrol/Makefile 56509 2000-01-24 08:15:42Z peter $
2
3PROG=	sicontrol
4SRCS=	sicontrol.c
5MAN8=	sicontrol.8
6CFLAGS+= -I${.CURDIR}/../../sys
7
8.include <bsd.prog.mk>
9