NetBSD/sys/netinet/files.ipfilter

23 lines
856 B
Plaintext
Raw Normal View History

2005-12-11 15:16:03 +03:00
# $NetBSD: files.ipfilter,v 1.7 2005/12/11 12:24:57 christos Exp $
2005-03-26 21:08:42 +03:00
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"