Add CWARNFLAGS+=-Wno-format-y2k so this builds again with the pc532

toolchain.
This commit is contained in:
simonb 2002-11-20 05:33:58 +00:00
parent 6bef1ce544
commit 1bee87041f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2002/09/06 13:18:43 gehenna Exp $
# $NetBSD: Makefile,v 1.26 2002/11/20 05:33:58 simonb Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/19/94
PROG= config
@ -9,6 +9,8 @@ YFLAGS=
CPPFLAGS+=-I${.CURDIR} -I.
CLEANFILES+=gram.h
CWARNFLAGS+=-Wno-format-y2k
MAN= config.8
# XXX should use "YHEADER", but make this work on 1.3 as well as 1.4+