diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:50:19 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:50:19 +0000 |
commit | 1100c0013116f4af50d7a5b8bf23db2a13892714 (patch) | |
tree | 51df4f210477ce05c47ea90818f4ca05c7479989 /libexec/Makefile.inc | |
parent | 3e08d559a869564e3397e171f38f89c737911a47 (diff) | |
download | src-test2-1100c0013116f4af50d7a5b8bf23db2a13892714.tar.gz src-test2-1100c0013116f4af50d7a5b8bf23db2a13892714.zip |
Notes
Diffstat (limited to 'libexec/Makefile.inc')
-rw-r--r-- | libexec/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/Makefile.inc b/libexec/Makefile.inc index 05deedc6127f..7b6a65fc7172 100644 --- a/libexec/Makefile.inc +++ b/libexec/Makefile.inc @@ -2,4 +2,6 @@ # $FreeBSD$ BINDIR?= /usr/libexec + +WARNS?= 6 WFORMAT?= 1 |