summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-02-23 20:05:14 +0000
committerjohan <johan@FreeBSD.org>2004-02-23 20:05:14 +0000
commitc1045205c13a04481f1e57da82bb4abffb5e0ee5 (patch)
tree2b769364074c45eb71251f77408f68aba85d8207 /bin/sh/Makefile
parent1afae74d7be3ed889476653f22d2af75b7889e95 (diff)
downloadFreeBSD-src-c1045205c13a04481f1e57da82bb4abffb5e0ee5.zip
FreeBSD-src-c1045205c13a04481f1e57da82bb4abffb5e0ee5.tar.gz
style.Makefile:
Use WARNS?= instead of WARNS=
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 9653422..f5052a4 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -21,7 +21,7 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
-WARNS= 0
+WARNS?= 0
WFORMAT=0
.PATH: ${.CURDIR}/bltin \
OpenPOWER on IntegriCloud