aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/Makefile')
-rw-r--r--sbin/devd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index a035c92151b40..6121d4f31bf28 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -7,7 +7,7 @@ PROG_CXX=devd
SRCS= devd.cc token.l parse.y y.tab.h
MAN= devd.8 devd.conf.5
-WARNS?= 3
+YFLAGS=-dvi
NO_SHARED?=YES
@@ -16,7 +16,7 @@ LIBADD= l util
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR}
-CLEANFILES= y.output
+CLEANFILES= y.output y.tab.i
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests