Home | History | Annotate | Line # | Download | only in netinet
Makefile revision 1.4.6.5
      1  1.4.6.5  skrll #	$NetBSD: Makefile,v 1.4.6.5 2005/03/04 16:53:29 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.5  skrll .include <bsd.own.mk>
     15  1.4.6.5  skrll 
     16  1.4.6.5  skrll INCS+=	ip_compat.h	# always needed by kdump(1)
     17  1.4.6.5  skrll 
     18  1.4.6.5  skrll .if (${MKIPFILTER} != "no")
     19  1.4.6.5  skrll INCS+=	ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
     20  1.4.6.4  skrll 	ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h
     21  1.4.6.5  skrll .endif
     22  1.4.6.4  skrll 
     23      1.1    cgd .include <bsd.kinc.mk>
     24  1.4.6.4  skrll 
     25  1.4.6.4  skrll .PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
     26