diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
commit | 099f8ecbe9e998c7d18349a9429e95b060ef3082 (patch) | |
tree | 46fa80addd858339c663ba48aaca464400ef1d99 /bin/stty/Makefile | |
parent | de55179b2946bde78ac016ba73aeae91e909d830 (diff) | |
download | FreeBSD-src-099f8ecbe9e998c7d18349a9429e95b060ef3082.zip FreeBSD-src-099f8ecbe9e998c7d18349a9429e95b060ef3082.tar.gz |
Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0.
Reviewed by: mike
Diffstat (limited to 'bin/stty/Makefile')
-rw-r--r-- | bin/stty/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 349dd81..82b15eb 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -4,6 +4,4 @@ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c -WARNS?= 2 - .include <bsd.prog.mk> |