]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add missing Makefile
authorbapt <bapt@FreeBSD.org>
Fri, 9 Oct 2015 22:10:54 +0000 (22:10 +0000)
committerbapt <bapt@FreeBSD.org>
Fri, 9 Oct 2015 22:10:54 +0000 (22:10 +0000)
libexec/dma/Makefile [new file with mode: 0644]

diff --git a/libexec/dma/Makefile b/libexec/dma/Makefile
new file mode 100644 (file)
index 0000000..ff69240
--- /dev/null
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SUBDIR=        dma \
+       dma-mbox-create
+
+.include <bsd.subdir.mk>