aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-02 23:10:57 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-02 23:10:57 +0000
commitb802e870951ba565421686750870256bc776bc16 (patch)
tree2ba7becbff5f03d8bbc79cde53300aecd8ef3f67 /usr.bin/Makefile.inc
parent58cb8b9466c68761555f7a65a45122b9ec7ec6df (diff)
downloadsrc-b802e870951ba565421686750870256bc776bc16.tar.gz
src-b802e870951ba565421686750870256bc776bc16.zip
Protect "make world", as I am doing some (potentially) dangerous
WARNS=2 fixes. Add a commented out WARNS=2 to indicate future intentions.
Notes
Notes: svn path=/head/; revision=87239
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 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