diff options
author | bapt <bapt@FreeBSD.org> | 2015-10-11 19:25:39 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-10-11 19:25:39 +0000 |
commit | c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9 (patch) | |
tree | 1056cf5377ae23867de337685edb21290edb350d /libexec/dma | |
parent | b58f9ba5eb8ca3c7b299a7239731493c2646c499 (diff) | |
download | FreeBSD-src-c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9.zip FreeBSD-src-c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9.tar.gz |
Use existing CONFDIR instead of adding a new CONFIGDIR
Reported by: jbeich
Diffstat (limited to 'libexec/dma')
-rw-r--r-- | libexec/dma/dmagent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index 6ce13c0..6f7e8b0 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 |