aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpctl/Makefile.am
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2013-10-27 18:05:24 +0100
committerGilles Chehade <gilles@poolp.org>2013-10-27 18:05:24 +0100
commit5675ca7787f5a9647f6617cc883d691548d80d66 (patch)
tree83c8ee2619912401b6a3cc1a9564cd2601971db5 /mk/smtpctl/Makefile.am
parentfix path to encrypt utility and make it compile-time tweakable (diff)
downloadOpenSMTPD-5675ca7787f5a9647f6617cc883d691548d80d66.tar.xz
OpenSMTPD-5675ca7787f5a9647f6617cc883d691548d80d66.zip
makefile stuff
Diffstat (limited to 'mk/smtpctl/Makefile.am')
-rw-r--r--mk/smtpctl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am
index 1d705b25..002c4f33 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -29,7 +29,8 @@ smtpctl_SOURCES+= $(smtpd_srcdir)/crypto.c
endif
smtpctl_CFLAGS= -DNO_IO
-smtpctl_CFLAGS+= -DPATH_GZCAT=\"$(ZCAT)\"
+smtpctl_CFLAGS+= -DPATH_GZCAT=\"$(ZCAT)\" \
+ -DPATH_ENCRYPT=\"$(ENCRYPT)\"
INCLUDES= -I$(top_srcdir)/smtpd \
-I$(top_srcdir)/openbsd-compat \