1997-09-10 04:19:07 +00:00
|
|
|
# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $
|
1995-01-12 13:03:02 +00:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../sys/netinet
|
|
|
|
KMOD= ipfw_mod
|
1996-02-24 13:41:57 +00:00
|
|
|
SRCS= ip_fw.c
|
1995-01-12 13:03:02 +00:00
|
|
|
NOMAN=
|
1996-06-23 14:28:02 +00:00
|
|
|
CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
|
1995-01-12 13:03:02 +00:00
|
|
|
#
|
1995-01-12 13:57:51 +00:00
|
|
|
#If you want it verbose
|
1995-01-12 13:03:02 +00:00
|
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE
|
1996-06-23 14:28:02 +00:00
|
|
|
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
|
1995-01-12 13:03:02 +00:00
|
|
|
#
|
1997-09-10 04:19:07 +00:00
|
|
|
#If you want it to pass all packets by default
|
|
|
|
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
|
|
|
|
#
|
1995-01-12 13:03:02 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|