aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/Makefile')
-rw-r--r--sbin/geom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile
index fffb889bc2cf..88b82404e107 100644
--- a/sbin/geom/Makefile
+++ b/sbin/geom/Makefile
@@ -11,6 +11,7 @@ PROG= geom
SRCS= geom.c geom_label.c geom_part.c subr.c
NO_MAN=
+WARNS?= 2
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}