2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2012/09/15 17:41:59 plunky Exp $
|
|
|
|
|
2011-07-01 15:57:43 +02:00
|
|
|
INCSDIR= /usr/include/netinet
|
2011-02-21 14:13:55 +01:00
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
INCS= \
|
|
|
|
in.h \
|
|
|
|
in_systm.h \
|
|
|
|
\
|
|
|
|
ip.h \
|
2013-06-03 12:54:08 +02:00
|
|
|
ip_icmp.h \
|
|
|
|
ip_var.h \
|
2013-12-06 12:04:52 +01:00
|
|
|
tcp.h \
|
2013-06-03 12:54:08 +02:00
|
|
|
udp.h udp_var.h \
|
2013-12-06 12:04:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
.if !defined(__MINIX)
|
|
|
|
# ipfilter headers
|
|
|
|
# XXX shouldn't be here
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
INCS+= ip_compat.h # always needed by kdump(1)
|
|
|
|
|
|
|
|
.if (${MKIPFILTER} != "no")
|
|
|
|
INCS+= ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
|
|
|
|
ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
|
|
|
|
ipf_rb.h ipl.h
|
|
|
|
.endif
|
|
|
|
.endif # !defined(__MINIX)
|
2011-02-21 14:13:55 +01:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|
2013-12-06 12:04:52 +01:00
|
|
|
|
|
|
|
.if !defined(__MINIX)
|
|
|
|
.PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet
|
|
|
|
.endif # !defined(__MINIX)
|