diff options
author | gjb <gjb@FreeBSD.org> | 2016-06-01 20:06:55 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-06-01 20:06:55 +0000 |
commit | 693109989c0d6a5bd4fcc8068277e4ff7161ae5b (patch) | |
tree | 7cd856d53b84fe307d9d767b61f0dbf6f02a46dc /libexec | |
parent | fc1de16102dddb41dbc0c49ce2d96f3c048578e5 (diff) | |
download | FreeBSD-src-693109989c0d6a5bd4fcc8068277e4ff7161ae5b.zip FreeBSD-src-693109989c0d6a5bd4fcc8068277e4ff7161ae5b.tar.gz |
Implement a hack to re-enable installation of the dma.conf.
The 'CONFS' entries in share/mk/bsd.confs.mk explicitly check
for the 'installconfig', but does not behave properly with the
'distribute' target.
This seems to be related to the previously-reported issues
with files within /etc in the past.
Reported by: Ben Woods
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/dma/dmagent/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index 1875177..6baa902 100644 --- a/libexec/dma/dmagent/Makefile +++ b/libexec/dma/dmagent/Makefile @@ -18,8 +18,6 @@ SRCS= aliases_parse.y \ spool.c \ util.c MAN8= dma.8 -CONFS= dma.conf -CONFSDIR= ${CONFDIR}/dma YFLAGS+= -i CLEANFILES= aliases_parse.i FILES= mailer.conf |