Home | History | Annotate | Line # | Download | only in netinet
Makefile revision 1.20
      1  1.20    dyoung #	$NetBSD: Makefile,v 1.20 2011/05/03 18:28:45 dyoung Exp $
      2   1.1       cgd 
      3   1.1       cgd INCSDIR= /usr/include/netinet
      4   1.1       cgd 
      5   1.9  christos INCS=	icmp6.h icmp_var.h if_atm.h if_ether.h if_inarp.h igmp.h \
      6  1.17    dyoung 	igmp_var.h in.h in_gif.h in_pcb.h in_pcb_hdr.h \
      7  1.17    dyoung 	in_selsrc.h in_systm.h \
      8  1.19    dyoung 	in_var.h ip.h ip_carp.h ip6.h ip_ecn.h ip_encap.h \
      9  1.13   xtraeme 	ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h \
     10   1.9  christos 	tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
     11  1.20    dyoung 	tcpip.h udp.h udp_var.h \
     12  1.20    dyoung 	tcp_vtw.h
     13   1.1       cgd 
     14  1.10      yamt # ipfilter headers
     15  1.10      yamt # XXX shouldn't be here
     16  1.11     peter .include <bsd.own.mk>
     17  1.11     peter 
     18  1.11     peter INCS+=	ip_compat.h	# always needed by kdump(1)
     19  1.11     peter 
     20  1.11     peter .if (${MKIPFILTER} != "no")
     21  1.11     peter INCS+=	ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
     22  1.13   xtraeme 	ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
     23  1.13   xtraeme 	ipl.h
     24  1.11     peter .endif
     25   1.9  christos 
     26   1.1       cgd .include <bsd.kinc.mk>
     27   1.9  christos 
     28   1.9  christos .PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
     29