summaryrefslogtreecommitdiff
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-06-14 01:10:36 +0000
committerwiz <wiz@NetBSD.org>2002-06-14 01:10:36 +0000
commit6fbcffc5307e92012b67c4109cd90cb3d277ebf0 (patch)
treed97ef708e22f20245377251baa3fd9a5bc057ca9 /usr.bin/printf
parent4953298d908105730b09dfed1cb6b36b29674142 (diff)
WARNS=2
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile
index ead77fdb70b..76df8bd4a76 100644
--- a/usr.bin/printf/Makefile
+++ b/usr.bin/printf/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2000/10/11 14:46:16 is Exp $
+# $NetBSD: Makefile,v 1.8 2002/06/14 01:10:36 wiz Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= printf
WFORMAT=1 # hopeless!
+WARNS= 2
.include <bsd.prog.mk>