libexec: Move the definition of WARNS to libexec/Makefile.inc.
authorSascha Wildner <saw@online.de>
Fri, 5 Nov 2010 08:49:39 +0000 (09:49 +0100)
committerSascha Wildner <saw@online.de>
Fri, 5 Nov 2010 08:49:39 +0000 (09:49 +0100)
commit8f5c3d2a2f46eb49934a84d5761b72fef21365c2
tree51f4f3a89513256cf5a391b3c7ec83d926417f0f
parent55cc754d59ee87ce21742cb8d2aa722e0f4d0a84
libexec: Move the definition of WARNS to libexec/Makefile.inc.

This generally sets WARNS to 6 in libexec/ unless specified otherwise
in the individual Makefiles. Just like we do it in bin/, games/, sbin/,
usr.bin/ and usr.sbin/ already.

Also fix some warnings that crept up and clean up some Makefiles.
27 files changed:
libexec/Makefile.inc
libexec/atrun/Makefile
libexec/bootpd/Makefile
libexec/comsat/Makefile
libexec/dma/Makefile
libexec/makekey/Makefile
libexec/mknetid/Makefile
libexec/pppoed/Makefile
libexec/rbootd/Makefile
libexec/rbootd/rmpproto.c
libexec/rbootd/utils.c
libexec/revnetgroup/Makefile
libexec/rlogind/Makefile
libexec/rpc.rquotad/Makefile
libexec/rpc.rstatd/Makefile
libexec/rpc.rstatd/rstat_proc.c
libexec/rpc.rusersd/Makefile
libexec/rpc.rwalld/Makefile
libexec/rpc.sprayd/Makefile
libexec/rshd/Makefile
libexec/rtld-elf/Makefile
libexec/smrsh/Makefile
libexec/talkd/Makefile
libexec/tcpd/Makefile
libexec/telnetd/Makefile
libexec/tftpd/Makefile
libexec/xtend/Makefile