svn commit: r262977 - head/share/examples/dma

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 10 15:59:51 UTC 2014


Author: bapt
Date: Mon Mar 10 15:59:50 2014
New Revision: 262977
URL: http://svnweb.freebsd.org/changeset/base/262977

Log:
  Add the makefile forgotten in previous commit

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

Added: head/share/examples/dma/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/examples/dma/Makefile	Mon Mar 10 15:59:50 2014	(r262977)
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+NO_OBJ=
+
+FILES=	mailer.conf
+
+FILESDIR=	${SHAREDIR}/examples/dma
+
+.include <bsd.prog.mk>
+


More information about the svn-src-all mailing list