install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead of
older IPF (sys/dist/ipf). This adds ipf_rb.h
This commit is contained in:
parent
2bcdfeae54
commit
69b4eb723b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1779 2012/09/13 21:05:20 martin Exp $
|
||||
# $NetBSD: mi,v 1.1780 2012/09/15 17:41:59 plunky Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -1930,7 +1930,7 @@
|
|||
./usr/include/netinet/ip_state.h comp-ipf-include ipfilter
|
||||
./usr/include/netinet/ip_sync.h comp-ipf-include ipfilter
|
||||
./usr/include/netinet/ip_var.h comp-c-include
|
||||
./usr/include/netinet/ipf_rb.h comp-obsolete obsolete
|
||||
./usr/include/netinet/ipf_rb.h comp-ipf-include ipfilter
|
||||
./usr/include/netinet/ipl.h comp-ipf-include ipfilter
|
||||
./usr/include/netinet/pim.h comp-c-include
|
||||
./usr/include/netinet/pim_var.h comp-c-include
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.24 2012/06/25 15:28:38 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2012/09/15 17:41:59 plunky Exp $
|
||||
|
||||
INCSDIR= /usr/include/netinet
|
||||
|
||||
|
@ -20,9 +20,9 @@ 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 \
|
||||
ipl.h
|
||||
ipf_rb.h ipl.h
|
||||
.endif
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
||||
.PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
|
||||
.PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet
|
||||
|
|
Loading…
Reference in New Issue