diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 10:30:46 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 10:30:46 +0000 |
commit | b91c884fda0a18e8d23b3adfab84fd340efafdc6 (patch) | |
tree | 5839506a1488434bf32a26a212d6ee5a6d749556 /sbin/clri/Makefile | |
parent | 02c4d9cff73117df900a5e94f301934732a27c0a (diff) | |
download | src-b91c884fda0a18e8d23b3adfab84fd340efafdc6.tar.gz src-b91c884fda0a18e8d23b3adfab84fd340efafdc6.zip |
Set WARNS=2 on programs which compile cleanly.
Submitted by: Mike Barcroft <mike@q9media.com>
Notes
Notes:
svn path=/head/; revision=79758
Diffstat (limited to 'sbin/clri/Makefile')
-rw-r--r-- | sbin/clri/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index c68c312f269b..0e99a4e4d411 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= clri +WARNS?= 2 MAN= clri.8 .include <bsd.prog.mk> |