rcorder tries real hard to free things while processing the list but this
[dragonfly.git] / sbin / ipfw / Makefile
1 # $FreeBSD: src/sbin/ipfw/Makefile,v 1.6.6.3 2002/07/24 03:21:23 luigi Exp $
2 # $DragonFly: src/sbin/ipfw/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
3
4 PROG=   ipfw
5 MAN=    ipfw.8
6 CFLAGS+=-Wall
7 .if defined(IPFW2)
8 SRCS=   ipfw2.c
9 CFLAGS+= -DIPFW2
10 .endif
11
12 .include <bsd.prog.mk>