From b91c884fda0a18e8d23b3adfab84fd340efafdc6 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sun, 15 Jul 2001 10:30:46 +0000 Subject: Set WARNS=2 on programs which compile cleanly. Submitted by: Mike Barcroft --- bin/mv/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/mv/Makefile') diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 840578276d5a..ce2a5e8d9fbb 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= mv +WARNS?= 2 .include -- cgit v1.2.3