aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-06-06 20:24:17 +0000
committerEd Schouten <ed@FreeBSD.org>2011-06-06 20:24:17 +0000
commit48a16a34d8366bc066f03fde6f0e47eb1f8c915a (patch)
tree5a8663c8132bc6dbd4b2cdb6efbf75cc743430d6 /sbin
parent37a0ad80795002b57ebff4dc127fe6dfccce35ca (diff)
downloadsrc-48a16a34d8366bc066f03fde6f0e47eb1f8c915a.tar.gz
src-48a16a34d8366bc066f03fde6f0e47eb1f8c915a.zip
Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
Notes
Notes: svn path=/head/; revision=222772
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/sched/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/geom/class/sched/Makefile b/sbin/geom/class/sched/Makefile
index a6ccd584e217..6f54d3f36f9f 100644
--- a/sbin/geom/class/sched/Makefile
+++ b/sbin/geom/class/sched/Makefile
@@ -5,6 +5,4 @@
GEOM_CLASS= sched
-WARNS?= 6
-
.include <bsd.lib.mk>