Add dma-mbox-create forgotten in the previous commit
This commit is contained in:
parent
533c3616ce
commit
14b1c09d4d
18
libexec/dma-mbox-create/Makefile
Normal file
18
libexec/dma-mbox-create/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user