summaryrefslogtreecommitdiff
path: root/libexec/dma-mbox-create
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-21 09:42:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-21 09:42:50 +0000
commit14b1c09d4d464c38fb9ae454b7118b708284e153 (patch)
tree820579176743b0edd8f569e19e88d1f34b59103a /libexec/dma-mbox-create
parent533c3616ce13d096212f7630a15a650b783b2f5c (diff)
downloadsrc-test2-14b1c09d4d464c38fb9ae454b7118b708284e153.tar.gz
src-test2-14b1c09d4d464c38fb9ae454b7118b708284e153.zip
Notes
Diffstat (limited to 'libexec/dma-mbox-create')
-rw-r--r--libexec/dma-mbox-create/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libexec/dma-mbox-create/Makefile b/libexec/dma-mbox-create/Makefile
new file mode 100644
index 000000000000..956e4edfa746
--- /dev/null
+++ b/libexec/dma-mbox-create/Makefile
@@ -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>