23 lines
856 B
Plaintext
23 lines
856 B
Plaintext
# $NetBSD: files.ipfilter,v 1.7 2005/12/11 12:24:57 christos Exp $
|
|
|
|
defflag opt_ipfilter.h IPFILTER_LOG # logging of ip packets
|
|
defflag opt_ipfilter.h IPFILTER_DEFAULT_BLOCK
|
|
|
|
defpseudo ipfilter: ifnet # XXX not really an ifnet
|
|
|
|
file dist/ipf/netinet/fil.c ipfilter
|
|
file dist/ipf/netinet/ip_auth.c ipfilter
|
|
file dist/ipf/netinet/ip_fil_netbsd.c ipfilter needs-flag
|
|
file dist/ipf/netinet/ip_frag.c ipfilter
|
|
file dist/ipf/netinet/ip_htable.c ipfilter
|
|
file dist/ipf/netinet/ip_log.c ipfilter & ipfilter_log
|
|
file dist/ipf/netinet/ip_lookup.c ipfilter
|
|
file dist/ipf/netinet/ip_nat.c ipfilter
|
|
file dist/ipf/netinet/ip_pool.c ipfilter
|
|
file dist/ipf/netinet/ip_proxy.c ipfilter
|
|
file dist/ipf/netinet/ip_scan.c ipfilter
|
|
file dist/ipf/netinet/ip_state.c ipfilter
|
|
file dist/ipf/netinet/ip_sync.c ipfilter
|
|
|
|
makeoptions ipfilter CPPFLAGS+="-I$S/dist/ipf"
|