1 # $NetBSD: Makefile.inc,v 1.3 2001/07/26 14:20:47 mrg Exp $
3 WARNS?= 1 # many -Wshadow -Wcast-qual & other issues
5 .if exists(${.CURDIR}/../../Makefile.inc)
6 .include "${.CURDIR}/../../Makefile.inc"
9 CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes