summaryrefslogtreecommitdiffstats
path: root/bin/mv
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 10:30:46 +0000
committerdd <dd@FreeBSD.org>2001-07-15 10:30:46 +0000
commit0f445ae1d83d6bfe35452025601e4d5b12dd9fc2 (patch)
tree5839506a1488434bf32a26a212d6ee5a6d749556 /bin/mv
parent50bf70a85d8e1095d38a4054d9552fd5def94814 (diff)
downloadFreeBSD-src-0f445ae1d83d6bfe35452025601e4d5b12dd9fc2.zip
FreeBSD-src-0f445ae1d83d6bfe35452025601e4d5b12dd9fc2.tar.gz
Set WARNS=2 on programs which compile cleanly.
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'bin/mv')
-rw-r--r--bin/mv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile
index 8405782..ce2a5e8 100644
--- a/bin/mv/Makefile
+++ b/bin/mv/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= mv
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud