xref: /minix3/sys/netinet/Makefile (revision 37274f3cdbc3af02276b244b5057910ba92f7082)
10a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.26 2015/02/10 19:11:52 rjs Exp $
284d9c625SLionel Sambuc
3f6aac1c3SLionel SambucINCSDIR= /usr/include/netinet
4f6aac1c3SLionel Sambuc
5*37274f3cSDavid van MoolenbroekINCS=	icmp6.h icmp_var.h if_ether.h if_inarp.h igmp.h \
6*37274f3cSDavid van Moolenbroek	igmp_var.h in.h in_pcb.h in_pcb_hdr.h \
784d9c625SLionel Sambuc	in_systm.h \
8*37274f3cSDavid van Moolenbroek	in_var.h ip.h ip_carp.h ip6.h \
9*37274f3cSDavid van Moolenbroek	ip_icmp.h ip_mroute.h ip_var.h pim_var.h \
10*37274f3cSDavid van Moolenbroek	tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
11*37274f3cSDavid van Moolenbroek	tcpip.h udp.h udp_var.h \
12*37274f3cSDavid van Moolenbroek	tcp_vtw.h
1384d9c625SLionel Sambuc
1484d9c625SLionel Sambuc.if !defined(__MINIX)
1584d9c625SLionel Sambuc# ipfilter headers
1684d9c625SLionel Sambuc# XXX shouldn't be here
1784d9c625SLionel Sambuc.include <bsd.own.mk>
1884d9c625SLionel Sambuc
1984d9c625SLionel SambucINCS+=	ip_compat.h	# always needed by kdump(1)
2084d9c625SLionel Sambuc
2184d9c625SLionel Sambuc.if (${MKIPFILTER} != "no")
2284d9c625SLionel SambucINCS+=	ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
2384d9c625SLionel Sambuc	ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
2484d9c625SLionel Sambuc	ipf_rb.h ipl.h
2584d9c625SLionel Sambuc.endif
2684d9c625SLionel Sambuc.endif # !defined(__MINIX)
27f6aac1c3SLionel Sambuc
28f6aac1c3SLionel Sambuc.include <bsd.kinc.mk>
2984d9c625SLionel Sambuc
3084d9c625SLionel Sambuc.PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet
31