Protect "make world", as I am doing some (potentially) dangerous

WARNS=2 fixes.

Add a commented out WARNS=2 to indicate future intentions.
This commit is contained in:
Mark Murray 2001-12-02 23:10:57 +00:00
parent 58cb8b9466
commit b802e87095
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87239

View File

@ -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