custom message type for VM_INFO
[minix3.git] / sys / netinet / Makefile
blob26e610888c2be1ac2f0cda385421d08c001dba2d
1 # $NetBSD: Makefile,v 1.25 2012/09/15 17:41:59 plunky Exp $
3 INCSDIR= /usr/include/netinet
5 INCS= \
6 in.h \
7 in_systm.h \
9 ip.h \
10 tcp.h \
14 .if !defined(__MINIX)
15 # ipfilter headers
16 # XXX shouldn't be here
17 .include <bsd.own.mk>
19 INCS+= ip_compat.h # always needed by kdump(1)
21 .if (${MKIPFILTER} != "no")
22 INCS+= ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
23 ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
24 ipf_rb.h ipl.h
25 .endif
26 .endif # !defined(__MINIX)
28 .include <bsd.kinc.mk>
30 .if !defined(__MINIX)
31 .PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet
32 .endif # !defined(__MINIX)