aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/Makefile
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2003-01-30 00:11:01 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2003-01-30 00:11:01 +0000
commit9e8f2a17ec38c70a9a1211e06cee662c59f73cba (patch)
treed74e831a95e6527909078c066095266096b06590 /lib/libufs/Makefile
parent9e4789cc2f555899eb020e55445861306a1224a6 (diff)
downloadsrc-9e8f2a17ec38c70a9a1211e06cee662c59f73cba.tar.gz
src-9e8f2a17ec38c70a9a1211e06cee662c59f73cba.zip
WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.
Notes
Notes: svn path=/head/; revision=110068
Diffstat (limited to 'lib/libufs/Makefile')
-rw-r--r--lib/libufs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index f7a711d30735..64b0bca83b01 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -7,5 +7,6 @@ CFLAGS+= -I${.CURDIR} -D_LIBUFS
.if defined(LIBUFS_DEBUG)
CFLAGS+= -D_LIBUFS_DEBUGGING
.endif
+WARNS?= 2
.include <bsd.lib.mk>