summaryrefslogtreecommitdiffstats
path: root/usr.bin/stat/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-12-05 21:33:05 +0000
committerdougb <dougb@FreeBSD.org>2010-12-05 21:33:05 +0000
commit63f9f899b55036c51e44150e289a18f454cb65b0 (patch)
treee21b4fbd4e46b9f4a5b3713cfc7f2bf825525667 /usr.bin/stat/Makefile
parent788f8e9291c1dda4877320699e4a71c5f5e2553c (diff)
downloadFreeBSD-src-63f9f899b55036c51e44150e289a18f454cb65b0.zip
FreeBSD-src-63f9f899b55036c51e44150e289a18f454cb65b0.tar.gz
Fix an "unused variable" error that gets us all the way to WARNS=6
Diffstat (limited to 'usr.bin/stat/Makefile')
-rw-r--r--usr.bin/stat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index 808c41e..1a54979 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= stat
-WARNS?= 2
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
MLINKS= stat.1 readlink.1
OpenPOWER on IntegriCloud