Account for ipfilter move.
This commit is contained in:
parent
f33294b6a4
commit
bb0410eb96
|
@ -1,11 +1,12 @@
|
|||
# $NetBSD: Makefile.inc,v 1.13 2004/04/03 22:16:27 he Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.14 2004/10/01 15:26:35 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/dist/ipf
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/tools
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/netinet
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/dist/ipf
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/dist/ipf/netinet
|
||||
CPPFLAGS+= -DSTATETOP -D__UIO_EXPOSE
|
||||
|
||||
IPFOBJDIR!= cd $(.CURDIR)/../libipf && ${PRINTOBJDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2004/07/23 05:39:04 martti Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2004/10/01 15:26:35 christos Exp $
|
||||
|
||||
NOGCCERROR= # defined
|
||||
|
||||
|
@ -16,7 +16,7 @@ CPPFLAGS+= -DIPFILTER_LOG -DIPFILTER_LOOKUP \
|
|||
-DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM -D_RADIX_H_ \
|
||||
-I.
|
||||
|
||||
.PATH: ${NETBSDSRCDIR}/sys/netinet
|
||||
.PATH: ${NETBSDSRCDIR}/sys/dist/ipf/netinet
|
||||
|
||||
DPSRCS+= ipnat_l.h ipnat_y.h ippool_l.h ippool_y.h ipf_l.h ipf_y.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue