Makefile revision 74531
1# $FreeBSD: head/sbin/ipfw/Makefile 74531 2001-03-20 18:13:31Z ru $
2
3PROG=	ipfw
4CFLAGS+=-Wall
5
6.include <bsd.prog.mk>
7