Makefile revision 109737
1# $FreeBSD: head/usr.sbin/fwcontrol/Makefile 109737 2003-01-23 16:10:12Z simokawa $
2
3PROG=	fwcontrol
4SRCS=	fwcontrol.c fwcrom.c fwdv.c
5MAN=	fwcontrol.8
6
7.include <bsd.prog.mk>
8