diff options
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/Makefile | 2 |
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> |