Home | History | Annotate | Line # | Download | only in netinet
Makefile revision 1.4.6.4
      1  1.4.6.4  skrll #	$NetBSD: Makefile,v 1.4.6.4 2004/10/19 15:58:11 skrll Exp $
      2      1.1    cgd 
      3      1.1    cgd INCSDIR= /usr/include/netinet
      4      1.1    cgd 
      5  1.4.6.4  skrll INCS=	icmp6.h icmp_var.h if_atm.h if_ether.h if_inarp.h igmp.h \
      6  1.4.6.4  skrll 	igmp_var.h in.h in_gif.h in_pcb.h in_pcb_hdr.h in_systm.h \
      7  1.4.6.4  skrll 	in_var.h ip.h ip6.h ip_ecn.h ip_encap.h ip_gre.h \
      8  1.4.6.4  skrll 	ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h \
      9  1.4.6.4  skrll 	tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
     10      1.1    cgd 	tcpip.h udp.h udp_var.h
     11      1.1    cgd 
     12  1.4.6.4  skrll # ipfilter headers
     13  1.4.6.4  skrll # XXX shouldn't be here
     14  1.4.6.4  skrll INCS+=	ip_auth.h ip_compat.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
     15  1.4.6.4  skrll 	ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h
     16  1.4.6.4  skrll  
     17  1.4.6.4  skrll 
     18      1.1    cgd .include <bsd.kinc.mk>
     19  1.4.6.4  skrll 
     20  1.4.6.4  skrll .PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
     21