summaryrefslogtreecommitdiffstats
path: root/sbin/devd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/Makefile')
-rw-r--r--sbin/devd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
new file mode 100644
index 0000000..899cf3c
--- /dev/null
+++ b/sbin/devd/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PROG= devd
+SRCS= devd.c token.l parse.y y.tab.h
+MAN= devd.8
+WARNS?= 5
+
+DPADD= ${LIBL}
+LDADD= -ll
+
+YFLAGS+=-v
+CFLAGS+=-I. -I${.CURDIR}
+
+CLEANFILES= y.output
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud