summaryrefslogtreecommitdiffstats
path: root/bin/stty
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
committerdd <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
commitd705df8034d900a52c6a56af5b4617d69e51d69f (patch)
tree160cd437b66d4747b612c4a3594b9bc09b511cf2 /bin/stty
parentf8f883d9d61d9c3f8bf43e411deaf15f41421bbf (diff)
downloadFreeBSD-src-d705df8034d900a52c6a56af5b4617d69e51d69f.zip
FreeBSD-src-d705df8034d900a52c6a56af5b4617d69e51d69f.tar.gz
WARNS= -> WARNS?=
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stty/Makefile b/bin/stty/Makefile
index 645686d..349dd81 100644
--- a/bin/stty/Makefile
+++ b/bin/stty/Makefile
@@ -4,6 +4,6 @@
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud