xref: /netbsd-src/sys/netinet/files.ipfilter (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1#	$NetBSD: files.ipfilter,v 1.8 2006/09/17 13:43:15 yamt Exp $
2
3defflag	opt_ipfilter.h	IPFILTER_LOG		# logging of ip packets
4defflag	opt_ipfilter.h	IPFILTER_DEFAULT_BLOCK
5defflag	opt_ipfilter.h	IPFILTER_LOOKUP
6
7defpseudo ipfilter: ifnet		# XXX not really an ifnet
8
9file	dist/ipf/netinet/fil.c			ipfilter
10file	dist/ipf/netinet/ip_auth.c		ipfilter
11file	dist/ipf/netinet/ip_fil_netbsd.c	ipfilter	needs-flag
12file	dist/ipf/netinet/ip_frag.c		ipfilter
13file	dist/ipf/netinet/ip_htable.c		ipfilter
14file	dist/ipf/netinet/ip_log.c		ipfilter & ipfilter_log
15file	dist/ipf/netinet/ip_lookup.c		ipfilter
16file	dist/ipf/netinet/ip_nat.c		ipfilter
17file	dist/ipf/netinet/ip_pool.c		ipfilter
18file	dist/ipf/netinet/ip_proxy.c		ipfilter
19file	dist/ipf/netinet/ip_scan.c		ipfilter
20file	dist/ipf/netinet/ip_state.c		ipfilter
21file	dist/ipf/netinet/ip_sync.c		ipfilter
22
23makeoptions	ipfilter	CPPFLAGS+="-I$S/dist/ipf"
24