aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 09:58:07 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 09:58:07 +0000
commitdaaf5759104f210a9315f49f80f1e0f01a8b3bff (patch)
tree040818bcab6b7921d3cb5cb2ff04c4d488e8d3ea /lib/libcrypt/Makefile
parent1100c0013116f4af50d7a5b8bf23db2a13892714 (diff)
Notes
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r--lib/libcrypt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index be0826dc99e7..285f6728203d 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -33,6 +33,8 @@ SRCS+= auth.c property.c
CFLAGS+= -D${sym}=__${sym}
.endfor
+WARNS?= 2
+
PRECIOUSLIB=
.include <bsd.lib.mk>