Remove WARNS?=6 from two Makefiles where it is not needed.
authorSascha Wildner <saw@online.de>
Sun, 7 Mar 2010 08:04:09 +0000 (09:04 +0100)
committerSascha Wildner <saw@online.de>
Sun, 7 Mar 2010 08:04:09 +0000 (09:04 +0100)
commit2be5978f2d01fb4dac63f1dba36177e016e784ef
tree70bf42e76bf962c7979d6791fb6ad6222455646f
parente8404e64d88bc883ec8b0b09ccf0b4faf08557df
Remove WARNS?=6 from two Makefiles where it is not needed.

WARNS is 6 by default in bin/, games/, sbin/, usr.bin/ and usr.sbin/
(per Makefile.inc) and only needs to be specified explicitly there
for utilities which need WARNS < 6.
bin/cpdup/Makefile
usr.sbin/mptable/Makefile