Makefile.inc revision 1.4
1#	$NetBSD: Makefile.inc,v 1.4 2004/11/16 05:14:12 yamt Exp $
2
3CPPFLAGS+=	-include ${.CURDIR}/../compat_openbsd.h
4
5WARNS?=	1
6
7.if exists(${.CURDIR}/../../Makefile.inc)
8.include "${.CURDIR}/../../Makefile.inc"
9.endif
10