svn commit: r289088 - head/libexec/dma

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 9 22:10:56 UTC 2015


Author: bapt
Date: Fri Oct  9 22:10:54 2015
New Revision: 289088
URL: https://svnweb.freebsd.org/changeset/base/289088

Log:
  Add missing Makefile

Added:
  head/libexec/dma/Makefile   (contents, props changed)

Added: head/libexec/dma/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/libexec/dma/Makefile	Fri Oct  9 22:10:54 2015	(r289088)
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SUBDIR=	dma \
+	dma-mbox-create
+
+.include <bsd.subdir.mk>


More information about the svn-src-head mailing list