mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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:
parent
58cb8b9466
commit
b802e87095
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87239
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user