diff options
-rw-r--r-- | usr.bin/locale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile index 91fc1c7..539fc1f 100644 --- a/usr.bin/locale/Makefile +++ b/usr.bin/locale/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG = locale +WARNS ?= 1 .include <bsd.prog.mk> |