summaryrefslogtreecommitdiffstats
path: root/bin/csh
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/csh
parent1afae74d7be3ed889476653f22d2af75b7889e95 (diff)
downloadFreeBSD-src-c1045205c13a04481f1e57da82bb4abffb5e0ee5.zip
FreeBSD-src-c1045205c13a04481f1e57da82bb4abffb5e0ee5.tar.gz
style.Makefile:
Use WARNS?= instead of WARNS=
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 8b3c2e4..90ce918 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -16,7 +16,7 @@ DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"'
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
.endif
CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
-WARNS= 0
+WARNS?= 0
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
OpenPOWER on IntegriCloud