Home | History | Annotate | Line # | Download | only in netinet
files.ipfilter revision 1.9.2.1
      1 #	$NetBSD: files.ipfilter,v 1.9.2.1 2010/04/30 14:44:20 uebayasi Exp $
      2 
      3 defflag	opt_ipfilter.h	IPFILTER_LOG		# logging of ip packets
      4 defflag	opt_ipfilter.h	IPFILTER_DEFAULT_BLOCK
      5 defflag	opt_ipfilter.h	IPFILTER_LOOKUP
      6 defflag	opt_ipfilter.h	IPFILTER_COMPAT		# IPFilter version compat.
      7 
      8 defpseudo ipfilter: ifnet, bpf_filter		# XXX not really an ifnet
      9 
     10 file	dist/ipf/netinet/fil.c			ipfilter
     11 file	dist/ipf/netinet/ip_auth.c		ipfilter
     12 file	dist/ipf/netinet/ip_fil_netbsd.c	ipfilter	needs-flag
     13 file	dist/ipf/netinet/ip_frag.c		ipfilter
     14 file	dist/ipf/netinet/ip_htable.c		ipfilter
     15 file	dist/ipf/netinet/ip_log.c		ipfilter & ipfilter_log
     16 file	dist/ipf/netinet/ip_lookup.c		ipfilter
     17 file	dist/ipf/netinet/ip_nat.c		ipfilter
     18 file	dist/ipf/netinet/ip_pool.c		ipfilter
     19 file	dist/ipf/netinet/ip_proxy.c		ipfilter
     20 file	dist/ipf/netinet/ip_scan.c		ipfilter
     21 file	dist/ipf/netinet/ip_state.c		ipfilter
     22 file	dist/ipf/netinet/ip_sync.c		ipfilter
     23 file	dist/ipf/netinet/ip_fil_compat.c	ipfilter & ipfilter_compat
     24 
     25 makeoptions	ipfilter	CPPFLAGS+="-I$S/dist/ipf"
     26