1# $NetBSD: files.ipfilter,v 1.11 2010/04/17 22:00:33 darrenr 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 6defflag opt_ipfilter.h IPFILTER_COMPAT # IPFilter version compat. 7 8defpseudo ipfilter: ifnet, bpf_filter # XXX not really an ifnet 9 10file dist/ipf/netinet/fil.c ipfilter 11file dist/ipf/netinet/ip_auth.c ipfilter 12file dist/ipf/netinet/ip_fil_netbsd.c ipfilter needs-flag 13file dist/ipf/netinet/ip_frag.c ipfilter 14file dist/ipf/netinet/ip_htable.c ipfilter 15file dist/ipf/netinet/ip_log.c ipfilter & ipfilter_log 16file dist/ipf/netinet/ip_lookup.c ipfilter 17file dist/ipf/netinet/ip_nat.c ipfilter 18file dist/ipf/netinet/ip_pool.c ipfilter 19file dist/ipf/netinet/ip_proxy.c ipfilter 20file dist/ipf/netinet/ip_scan.c ipfilter 21file dist/ipf/netinet/ip_state.c ipfilter 22file dist/ipf/netinet/ip_sync.c ipfilter 23file dist/ipf/netinet/ip_fil_compat.c ipfilter & ipfilter_compat 24 25makeoptions ipfilter CPPFLAGS+="-I$S/dist/ipf" 26