diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-20 16:36:05 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-20 16:36:05 +0000 |
| commit | 2382c29e5fee8cb88a784e8ed6fb27dd46fb42af (patch) | |
| tree | e7b37c4eb6845e4b5a1c541c335f0af9762f2d62 /libexec/dma | |
| parent | 5b6123e31d972b83030672576ee8c7178a9335ed (diff) | |
| parent | eb8bc5621c0e1eaeb75884f5d7f36edd90d4cd9b (diff) | |
Notes
Diffstat (limited to 'libexec/dma')
| -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 ec5eba84d20b..b24f85d7044c 100644 --- a/libexec/dma/Makefile.inc +++ b/libexec/dma/Makefile.inc @@ -7,7 +7,7 @@ DMA_SOURCES= ${.CURDIR}/../../../contrib/dma CFLAGS+= -I${DMA_SOURCES} \ -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \ -DCONF_PATH='"/etc/dma"' \ - -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.10"' \ + -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.11+"' \ -DDMA_ROOT_USER='"mailnull"' \ -DDMA_GROUP='"mail"' BINGRP= mail |
