2004-11-16 08:14:12 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 2004/11/16 05:14:12 yamt Exp $
|
2004-11-11 15:03:53 +03:00
|
|
|
|
2004-11-16 08:14:12 +03:00
|
|
|
CPPFLAGS+= -include ${.CURDIR}/../compat_openbsd.h
|
2004-11-11 15:03:53 +03:00
|
|
|
|
|
|
|
WARNS?= 1
|
2004-11-11 14:54:51 +03:00
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|