diff options
author | dd <dd@FreeBSD.org> | 2001-06-30 05:39:36 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-30 05:39:36 +0000 |
commit | fdda055e004374dd1e05e940799016013c301b6c (patch) | |
tree | 08b867efe38b3b47dbeea4f979e8d098dc994ee4 /usr.bin/mesg/Makefile | |
parent | 9b64cdc70fa0f9f7b0e46cbef338b6b1b157c739 (diff) | |
download | FreeBSD-src-fdda055e004374dd1e05e940799016013c301b6c.zip FreeBSD-src-fdda055e004374dd1e05e940799016013c301b6c.tar.gz |
Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary.
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'usr.bin/mesg/Makefile')
-rw-r--r-- | usr.bin/mesg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mesg/Makefile b/usr.bin/mesg/Makefile index 8c54356..fc664f8 100644 --- a/usr.bin/mesg/Makefile +++ b/usr.bin/mesg/Makefile @@ -1,5 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= mesg +WARNS?= 2 .include <bsd.prog.mk> |