From b802e870951ba565421686750870256bc776bc16 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 2 Dec 2001 23:10:57 +0000 Subject: [PATCH] Protect "make world", as I am doing some (potentially) dangerous WARNS=2 fixes. Add a commented out WARNS=2 to indicate future intentions. --- usr.bin/Makefile.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 84bfd7f9af91..28366ba3e2a8 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -1,3 +1,9 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ BINDIR?= /usr/bin + +# Commented out for the time being. +# I intend to make this default at some stage. +#WARNS?= 2 +NO_WERROR= yes