Home | History | Annotate | Line # | Download | only in netinet
Makefile revision 1.13
      1  1.13   xtraeme #	$NetBSD: Makefile,v 1.13 2005/07/09 14:15:11 xtraeme 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.9  christos 	igmp_var.h in.h in_gif.h in_pcb.h in_pcb_hdr.h in_systm.h \
      7  1.10      yamt 	in_var.h ip.h ip6.h ip_ecn.h ip_encap.h ip_gre.h \
      8  1.13   xtraeme 	ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h \
      9   1.9  christos 	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.10      yamt # ipfilter headers
     13  1.10      yamt # XXX shouldn't be here
     14  1.11     peter .include <bsd.own.mk>
     15  1.11     peter 
     16  1.11     peter INCS+=	ip_compat.h	# always needed by kdump(1)
     17  1.11     peter 
     18  1.11     peter .if (${MKIPFILTER} != "no")
     19  1.11     peter INCS+=	ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
     20  1.13   xtraeme 	ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
     21  1.13   xtraeme 	ipl.h
     22  1.11     peter .endif
     23   1.9  christos 
     24   1.1       cgd .include <bsd.kinc.mk>
     25   1.9  christos 
     26   1.9  christos .PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
     27