diff options
author | peter <peter@FreeBSD.org> | 2002-02-20 23:35:56 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-02-20 23:35:56 +0000 |
commit | cf06489c2d4eab716cf9a022f801ae33d4a2a1ba (patch) | |
tree | 582d416db8501b0a42f46101a40d50ca531d43ea /sys/conf/Makefile.i386 | |
parent | 73a8c2ba1edcf7da7d21bc535e061af8110779eb (diff) | |
download | FreeBSD-src-cf06489c2d4eab716cf9a022f801ae33d4a2a1ba.zip FreeBSD-src-cf06489c2d4eab716cf9a022f801ae33d4a2a1ba.tar.gz |
Commit some infrastructure for turning on -Werror for kernel compiles.
It doesn't actually do it yet though. This adds a flag to config so
that we can exclude certain vendor files from this even when the rest
of the kernel has it on. make -DNO_WERROR would also bypass all of it.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r-- | sys/conf/Makefile.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 2341789..51d2afb 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 500009 +%VERSREQ= 500010 STD8X16FONT?= iso |