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.bin/leave/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/leave/Makefile') diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index eacf6f1..63ecd75 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -2,6 +2,6 @@ # $FreeBSD$ PROG= leave -CFLAGS+=-Wall +WARNS?= 2 .include -- cgit v1.1