From fdda055e004374dd1e05e940799016013c301b6c Mon Sep 17 00:00:00 2001 From: dd Date: Sat, 30 Jun 2001 05:39:36 +0000 Subject: Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ where necessary. Submitted by: Mike Barcroft --- usr.sbin/lastlogin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/lastlogin') 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 -- cgit v1.1