freebsd-dev/usr.bin/Makefile.inc
Mark Murray b802e87095 Protect "make world", as I am doing some (potentially) dangerous
WARNS=2 fixes.

Add a commented out WARNS=2 to indicate future intentions.
2001-12-02 23:10:57 +00:00

10 lines
183 B
Makefile

# @(#)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