WARNS=3, and remove comment about WFORMAT issues.

This commit is contained in:
christos 2004-10-30 19:28:35 +00:00
parent a7e7123b05
commit 175795754a
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2002/06/14 01:10:36 wiz Exp $
# $NetBSD: Makefile,v 1.9 2004/10/30 19:28:35 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= printf
WFORMAT=1 # hopeless!
WARNS= 2
WARNS= 3
.include <bsd.prog.mk>