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