Add dma-mbox-create forgotten in the previous commit

This commit is contained in:
Baptiste Daroussin 2014-02-21 09:42:50 +00:00
parent 533c3616ce
commit 14b1c09d4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262290

View File

@ -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>