diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
commit | b7946da96b4498519f66f3f5fe72d1474bf13f7d (patch) | |
tree | 756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/Makefile.inc | |
parent | 01cc221b4cb01158146875b6acbd412cbbef4a88 (diff) |
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Notes
Notes:
svn path=/head/; revision=201386
Diffstat (limited to 'usr.bin/Makefile.inc')
-rw-r--r-- | usr.bin/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 2ee98c34aab5..534349f25155 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -3,6 +3,4 @@ BINDIR?= /usr/bin -# Commented out for the time being. -# I intend to make this default at some stage. -#WARNS?= 2 +WARNS?= 6 |