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