summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-03-02 16:58:04 +0000
committeruqs <uqs@FreeBSD.org>2010-03-02 16:58:04 +0000
commitf8d1dd7a4ec434051b6212ce3eb8499b4799cb6b (patch)
tree360810296710b0ace559e49a0c503b4bcfdf7f05 /usr.bin/locale
parent1a096d21d2dc8c7098da304d2c62ec61a9ef76ad (diff)
downloadFreeBSD-src-f8d1dd7a4ec434051b6212ce3eb8499b4799cb6b.zip
FreeBSD-src-f8d1dd7a4ec434051b6212ce3eb8499b4799cb6b.tar.gz
Always assign WARNS using ?=
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
Diffstat (limited to 'usr.bin/locale')
-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