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