summaryrefslogtreecommitdiff
path: root/usr.sbin/ipf/Makefile.inc
blob: 766b27cb24f999dd81b716be8bc2a5f187366b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile.inc,v 1.8 2001/03/13 16:29:42 christos Exp $

CPPFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR}/../../../sys/netinet
CPPFLAGS+=-DUSE_INET6 -DSTATETOP

.PATH:	${.CURDIR}/../../../dist/ipf \
	${.CURDIR}/../../../dist/ipf/man

.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif