aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-10 15:59:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-10 15:59:50 +0000
commitb1771e3dc6964174931d1f28d4031a796603950c (patch)
treeb4e2986c4862dcd6c32d8dbc70a3af868e80ac35 /share
parent2c4c3f6750cc6d06e7bdf0c44e774c656c7ad83e (diff)
downloadsrc-b1771e3dc6964174931d1f28d4031a796603950c.tar.gz
src-b1771e3dc6964174931d1f28d4031a796603950c.zip
Add the makefile forgotten in previous commit
Notes
Notes: svn path=/head/; revision=262977
Diffstat (limited to 'share')
-rw-r--r--share/examples/dma/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/examples/dma/Makefile b/share/examples/dma/Makefile
new file mode 100644
index 000000000000..d4ce70930fe8
--- /dev/null
+++ b/share/examples/dma/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+NO_OBJ=
+
+FILES= mailer.conf
+
+FILESDIR= ${SHAREDIR}/examples/dma
+
+.include <bsd.prog.mk>
+