diff options
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r-- | sbin/ipfw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 241d304..e49fe99 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PROG= ipfw -WARNS= 0 +SRCS= ipfw2.c +#WARNS= 0 MAN= ipfw.8 .include <bsd.prog.mk> |