Remove fakeroot hack, it won't be used with pkgsrc anyways.
[dragonfly.git] / sbin / ipfw / Makefile
blob73015efc2346733ebb456d91e85e6b5f59c17872
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 $
4 PROG= ipfw
5 MAN= ipfw.8
6 CFLAGS+=-Wall
7 .if defined(IPFW2)
8 SRCS= ipfw2.c
9 CFLAGS+= -DIPFW2
10 .endif
12 .include <bsd.prog.mk>