aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locale/Makefile
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-06-22 08:24:53 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-06-22 08:24:53 +0000
commitd8dca302fbafd262ea1ff96093d7d7ae479231ff (patch)
tree73cdcfd5f2ffa70e0f13f9da5f34c3fd01d00f5a /usr.bin/locale/Makefile
parenta6b05ab6ea2d809a7844ce7f16e24c5be44b8b7b (diff)
downloadsrc-d8dca302fbafd262ea1ff96093d7d7ae479231ff.tar.gz
src-d8dca302fbafd262ea1ff96093d7d7ae479231ff.zip
Add WARNS
Notes
Notes: svn path=/head/; revision=116674
Diffstat (limited to 'usr.bin/locale/Makefile')
-rw-r--r--usr.bin/locale/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile
index 91fc1c75d885..539fc1fd7d8c 100644
--- a/usr.bin/locale/Makefile
+++ b/usr.bin/locale/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
PROG = locale
+WARNS ?= 1
.include <bsd.prog.mk>