diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-12-02 23:10:57 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-12-02 23:10:57 +0000 |
| commit | b802e870951ba565421686750870256bc776bc16 (patch) | |
| tree | 2ba7becbff5f03d8bbc79cde53300aecd8ef3f67 /usr.bin | |
| parent | 58cb8b9466c68761555f7a65a45122b9ec7ec6df (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 84bfd7f9af91d..28366ba3e2a8b 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 |
