]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ipfw/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / sys / modules / ipfw / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/netpfil/ipfw
4
5 KMOD=   ipfw
6 SRCS=   ip_fw2.c ip_fw_pfil.c ip_fw_bpf.c
7 SRCS+=  ip_fw_dynamic.c ip_fw_log.c ip_fw_eaction.c
8 SRCS+=  ip_fw_sockopt.c ip_fw_table.c ip_fw_table_algo.c ip_fw_iface.c
9 SRCS+=  ip_fw_table_value.c
10 SRCS+=  opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h
11
12 CFLAGS+= -DIPFIREWALL -I${SRCTOP}/sys/contrib/ck/include
13 #
14 #If you want it verbose
15 #CFLAGS+= -DIPFIREWALL_VERBOSE
16 #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
17 #
18 #If you want it to pass all packets by default
19 #CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
20 #
21
22 .include <bsd.kmod.mk>