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/biff/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/biff') diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index db26fc4..2a8f08b 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= biff -CFLAGS+=-Wall +WARNS?= 2 .include -- cgit v1.1