aboutsummaryrefslogtreecommitdiff
path: root/libexec/dma/dmagent
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-03-24 08:25:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-03-24 08:25:05 +0000
commitf0d5be8303d402b120bd3797f148c3ceabdca2c3 (patch)
tree7c54b72293cd0a778d184ec102283e0880fa7a3c /libexec/dma/dmagent
parent84cc0778d06816e6b0676b9f7133e747e3d8b7c8 (diff)
downloadsrc-f0d5be8303d402b120bd3797f148c3ceabdca2c3.tar.gz
src-f0d5be8303d402b120bd3797f148c3ceabdca2c3.zip
Notes
Diffstat (limited to 'libexec/dma/dmagent')
-rw-r--r--libexec/dma/dmagent/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile
index 6f7e8b0648ed..187517736e62 100644
--- a/libexec/dma/dmagent/Makefile
+++ b/libexec/dma/dmagent/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.mk>
+
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