NetBSD/usr.sbin/ipf/Makefile.inc
erh 1f5fff1c1c PR# standards/16143: hide struct uio from userland behind a __UIO_EXPOSE
ifdef.  Define this when building ipf, since it shares code between the
kernel and userland and uses struct uio.
2003-09-13 16:59:29 +00:00

14 lines
351 B
Makefile

# $NetBSD: Makefile.inc,v 1.10 2003/09/13 16:59:30 erh Exp $
.include <bsd.own.mk>
CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/sys/netinet
CPPFLAGS+=-DUSE_INET6 -DSTATETOP -D__UIO_EXPOSE
.PATH: ${NETBSDSRCDIR}/dist/ipf \
${NETBSDSRCDIR}/dist/ipf/man
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif