summaryrefslogtreecommitdiff
path: root/usr.bin/printf
diff options
context:
space:
mode:
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>