diff options
Diffstat (limited to 'usr.sbin/dconschat/Makefile')
-rw-r--r-- | usr.sbin/dconschat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/dconschat/Makefile b/usr.sbin/dconschat/Makefile index 47efe5274be1..2836a6678d86 100644 --- a/usr.sbin/dconschat/Makefile +++ b/usr.sbin/dconschat/Makefile @@ -8,4 +8,6 @@ CFLAGS+= -I${.CURDIR}/../../sys DPADD= ${LIBKVM} LDADD= -lkvm +WARNS?= 1 + .include <bsd.prog.mk> |