xref: /netbsd/usr.sbin/npf/Makefile.inc (revision 2e6f2099)
1# $NetBSD: Makefile.inc,v 1.1 2010/08/22 18:56:23 rmind Exp $
2
3WARNS?=		4
4
5.if exists(${.CURDIR}/../../Makefile.inc)
6.include "${.CURDIR}/../../Makefile.inc"
7.endif
8