netbsd/usr.sbin/npf/Makefile.inc
2013-04-06 16:48:33 +02:00

8 lines
165 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 2010/08/22 18:56:23 rmind Exp $
WARNS?= 4
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif