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