From 7f509af439e891137ff6c88218ee2c0a4e568bb8 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 24 Mar 2016 08:25:05 +0000 Subject: Install a usable mailer.conf for dragonfly mailer agent if sendmail is disabled --- libexec/dma/dmagent/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libexec') diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index 6f7e8b0..1875177 100644 --- a/libexec/dma/dmagent/Makefile +++ b/libexec/dma/dmagent/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + LIBADD= ssl crypto PROG= dma @@ -22,6 +24,11 @@ YFLAGS+= -i CLEANFILES= aliases_parse.i FILES= mailer.conf FILESDIR= ${SHAREDIR}/examples/dma +.if ${MK_SENDMAIL} == no +CONFGROUPS= CONFS MAILER +MAILERDIR= /etc/mail +MAILER= mailer.conf +.endif BINMODE= 2555 -- cgit v1.1