diff options
Diffstat (limited to 'libexec/dma/Makefile.inc')
-rw-r--r-- | libexec/dma/Makefile.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/dma/Makefile.inc b/libexec/dma/Makefile.inc new file mode 100644 index 000000000000..e4eb86c4b039 --- /dev/null +++ b/libexec/dma/Makefile.inc @@ -0,0 +1,12 @@ +.sinclude "${.CURDIR:H:H}/Makefile.inc" +DMA_SOURCES= ${SRCTOP}/contrib/dma +.PATH: ${DMA_SOURCES} + +CFLAGS+= -I${DMA_SOURCES} \ + -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \ + -DCONF_PATH='"/etc/dma"' \ + -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.13+"' \ + -DDMA_ROOT_USER='"mailnull"' \ + -DDMA_GROUP='"mail"' +BINGRP= mail +PACKAGE= dma |