--- src/sbin/ipfw/Makefile 2006/10/17 00:55:41 1.3 +++ src/sbin/ipfw/Makefile 2007/09/02 13:27:23 1.4 @@ -3,10 +3,7 @@ PROG= ipfw MAN= ipfw.8 -.if defined(IPFW2) SRCS= ipfw2.c -CFLAGS+= -DIPFW2 -.endif WARNS?= 2 .include