diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-22 09:12:04 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-22 09:12:04 +0000 |
| commit | c96da19945877319c36731391a9c067c48539194 (patch) | |
| tree | ecbdf78ccb681630dcb685940d13323a45bc001f /libexec | |
| parent | fbe95b885f3431b1d8003545b32e8ffa88f2d16b (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/dma/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/dma/Makefile.inc b/libexec/dma/Makefile.inc index 8e88f832ee99..5e953921259d 100644 --- a/libexec/dma/Makefile.inc +++ b/libexec/dma/Makefile.inc @@ -7,7 +7,7 @@ DMA_SOURCES= ${SRCTOP}/contrib/dma CFLAGS+= -I${DMA_SOURCES} \ -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \ -DCONF_PATH='"/etc/dma"' \ - -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.11+"' \ + -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.13+"' \ -DDMA_ROOT_USER='"mailnull"' \ -DDMA_GROUP='"mail"' BINGRP= mail |
