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.sbin/lastlogin | |
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.sbin/lastlogin')
-rw-r--r-- | usr.sbin/lastlogin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile index e8ed16e..022cfe0 100644 --- a/usr.sbin/lastlogin/Makefile +++ b/usr.sbin/lastlogin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= lastlogin +WARNS?= 2 MAN= lastlogin.8 -CFLAGS+=-Wall .include <bsd.prog.mk> |