2001-03-13 19:29:42 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2001/03/13 16:29:42 christos Exp $
|
1997-10-30 19:08:54 +03:00
|
|
|
|
1999-12-12 14:29:55 +03:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR}/../../../sys/netinet
|
2001-03-13 19:29:42 +03:00
|
|
|
CPPFLAGS+=-DUSE_INET6 -DSTATETOP
|
1999-12-12 14:29:55 +03:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf \
|
|
|
|
${.CURDIR}/../../../dist/ipf/man
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1997-10-18 10:42:25 +04:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
1997-01-20 10:33:57 +03:00
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
1997-10-18 10:42:25 +04:00
|
|
|
.endif
|