summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/locale/Makefile')
-rw-r--r--usr.bin/locale/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile
index 5b8932c..96c18bc 100644
--- a/usr.bin/locale/Makefile
+++ b/usr.bin/locale/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-PROG = locale
-CFLAGS += -I${.CURDIR}/../../lib/libc/locale
-WARNS ?= 3
+PROG= locale
+WARNS?= 3
+CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud