summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 23:10:57 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 23:10:57 +0000
commitf817012db64be7bf9a6273547ccf34a6e6822a76 (patch)
tree2ba7becbff5f03d8bbc79cde53300aecd8ef3f67 /usr.bin/Makefile.inc
parent36745b0201bca6693e4063254742d1d01cae213b (diff)
downloadFreeBSD-src-f817012db64be7bf9a6273547ccf34a6e6822a76.zip
FreeBSD-src-f817012db64be7bf9a6273547ccf34a6e6822a76.tar.gz
Protect "make world", as I am doing some (potentially) dangerous
WARNS=2 fixes. Add a commented out WARNS=2 to indicate future intentions.
Diffstat (limited to 'usr.bin/Makefile.inc')
-rw-r--r--usr.bin/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc
index 84bfd7f..28366ba 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
OpenPOWER on IntegriCloud