summaryrefslogtreecommitdiffstats
path: root/sbin/devd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/Makefile')
-rw-r--r--sbin/devd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index 5177c56..ff11fb2 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-PROG= devd
-SRCS= devd.c token.l parse.y y.tab.h
+PROG_CXX=devd
+SRCS= devd.cc token.l parse.y y.tab.h
MAN= devd.8 devd.conf.5
-WARNS?= 5
+#WARNS?= 5
DPADD= ${LIBL}
LDADD= -ll
OpenPOWER on IntegriCloud