summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypmatch/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-11 22:08:58 +0000
committermarkm <markm@FreeBSD.org>2001-12-11 22:08:58 +0000
commitacf06cc72a33d516ee1ff68b4480e3bca706f91a (patch)
treeb2e9942d469fc9cdb76f232b92431ca8bbcfbeed /usr.bin/ypmatch/Makefile
parent40e227221b1f349081e2a81d68fad42112516b16 (diff)
downloadFreeBSD-src-acf06cc72a33d516ee1ff68b4480e3bca706f91a.zip
FreeBSD-src-acf06cc72a33d516ee1ff68b4480e3bca706f91a.tar.gz
WARNS=2 fixes
__FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues.
Diffstat (limited to 'usr.bin/ypmatch/Makefile')
-rw-r--r--usr.bin/ypmatch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile
index 22e6299..6c82b94 100644
--- a/usr.bin/ypmatch/Makefile
+++ b/usr.bin/ypmatch/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= ypmatch
+NO_WERROR=yes
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud