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