svn commit: r262290 - head/libexec/dma-mbox-create

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 21 09:42:51 UTC 2014


Author: bapt
Date: Fri Feb 21 09:42:50 2014
New Revision: 262290
URL: http://svnweb.freebsd.org/changeset/base/262290

Log:
  Add dma-mbox-create forgotten in the previous commit

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

Added: head/libexec/dma-mbox-create/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/libexec/dma-mbox-create/Makefile	Fri Feb 21 09:42:50 2014	(r262290)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/dma
+
+CFLAGS=	-I${.CURDIR}/../../contrib/dma \
+	-DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \
+	-DCONF_PATH='"/etc/dma"' \
+	-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.9+"'
+
+NO_MAN=
+
+WARNS=	2
+
+PROG=	dma-mbox-create
+BINGRP=	mail
+BINMODE=	4554
+
+.include <bsd.prog.mk>


More information about the svn-src-head mailing list