aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf/Makefile
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-12-03 21:27:45 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-12-03 21:27:45 +0000
commit45af1a4cbd74d8ca93f64923e54ccbecf130574f (patch)
treef249bea7b83cc2809cfd62d4327291486ab3ac0f /usr.bin/printf/Makefile
parent6e878749df2bdadf9433851a2ec73bf3f8fe6a70 (diff)
Notes
Diffstat (limited to 'usr.bin/printf/Makefile')
-rw-r--r--usr.bin/printf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile
index 52b20f4d3599..1e57f837a75e 100644
--- a/usr.bin/printf/Makefile
+++ b/usr.bin/printf/Makefile
@@ -1,5 +1,7 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= printf
+WARNS?= 2
.include <bsd.prog.mk>