diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2015-10-15 17:36:56 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2015-10-15 17:36:56 +0000 |
| commit | 324fd1ce05f53780fdbb8e13a09181aa2402ea86 (patch) | |
| tree | 938919dc21bad97a2e96d808270dd31b2c871668 /libexec/dma | |
| parent | a2fef6b9c1dff4b8d579b6b81966980e84e325c3 (diff) | |
| parent | 4d45a6738ae207e82d54b9472cdc277974cb55c2 (diff) | |
Notes
Diffstat (limited to 'libexec/dma')
| -rw-r--r-- | libexec/dma/Makefile.inc | 2 | ||||
| -rw-r--r-- | libexec/dma/dmagent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/dma/Makefile.inc b/libexec/dma/Makefile.inc index 5c7ec63418bb..4db4bf106b4f 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.9+"' \ + -DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.10"' \ -DDMA_ROOT_USER='"mailnull"' \ -DDMA_GROUP='"mail"' BINGRP= mail diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index 6ce13c03c4a0..6f7e8b0648ed 100644 --- a/libexec/dma/dmagent/Makefile +++ b/libexec/dma/dmagent/Makefile @@ -17,7 +17,7 @@ SRCS= aliases_parse.y \ util.c MAN8= dma.8 CONFS= dma.conf -CONFSDIR= ${CONFIGDIR}/dma +CONFSDIR= ${CONFDIR}/dma YFLAGS+= -i CLEANFILES= aliases_parse.i FILES= mailer.conf |
