NetBSD/usr.sbin/ipf/Makefile.inc

12 lines
319 B
PHP
Raw Normal View History

2000-05-03 15:40:53 +04:00
# $NetBSD: Makefile.inc,v 1.7 2000/05/03 11:40:54 veego Exp $
CPPFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR}/../../../sys/netinet
2000-05-03 15:40:53 +04:00
CPPFLAGS+=-DUSE_INET6
.PATH: ${.CURDIR}/../../../dist/ipf \
${.CURDIR}/../../../dist/ipf/man
.if exists(${.CURDIR}/../../Makefile.inc)
1997-01-20 10:33:57 +03:00
.include "${.CURDIR}/../../Makefile.inc"
.endif