aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-10-20 22:15:17 +0000
committerWarner Losh <imp@FreeBSD.org>2002-10-20 22:15:17 +0000
commite530e0446bc7693ef10d27234bbbb21dbd0913aa (patch)
tree954513bd65030a15f07190abce08b977298b5a38 /sbin/devd/Makefile
parentbe36629d5cd0b5f9ba5e34797276e7855d89d63a (diff)
Notes
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 000000000000..899cf3ca6c3a
--- /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>