NetBSD/usr.sbin/ipf/Makefile.inc
veego 9c9aae0fda Use the new IP Filter dist layout for.
We are now at version 3.3.5.
1999-12-12 11:29:55 +00:00

11 lines
297 B
Makefile

# $NetBSD: Makefile.inc,v 1.6 1999/12/12 11:29:55 veego Exp $
CPPFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR}/../../../sys/netinet
.PATH: ${.CURDIR}/../../../dist/ipf \
${.CURDIR}/../../../dist/ipf/man
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif