]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ipfw/Makefile
Upgrade to OpenPAM Ourouparia.
[FreeBSD/FreeBSD.git] / sys / modules / ipfw / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../netpfil/ipfw
4
5 KMOD=   ipfw
6 SRCS=   ip_fw2.c ip_fw_pfil.c
7 SRCS+=  ip_fw_dynamic.c ip_fw_log.c
8 SRCS+=  ip_fw_sockopt.c ip_fw_table.c
9 SRCS+=  opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h opt_ipsec.h
10
11 CFLAGS+= -DIPFIREWALL
12 #
13 #If you want it verbose
14 #CFLAGS+= -DIPFIREWALL_VERBOSE
15 #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
16 #
17 #If you want it to pass all packets by default
18 #CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
19 #
20
21 .include <bsd.kmod.mk>