aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libexec/encrypt/Makefile.am
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-22 14:43:45 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-22 14:43:45 +0200
commita6a39cb0cb6ee72d194f84d6763997df7e0c0bf3 (patch)
tree7a8050aa5238ed9b9d77298e4709f8017541e5b3 /contrib/libexec/encrypt/Makefile.am
parentmove smtpd to usr.sbin to ease upstream cherry-picking (diff)
downloadOpenSMTPD-a6a39cb0cb6ee72d194f84d6763997df7e0c0bf3.tar.xz
OpenSMTPD-a6a39cb0cb6ee72d194f84d6763997df7e0c0bf3.zip
fix build
Diffstat (limited to 'contrib/libexec/encrypt/Makefile.am')
-rw-r--r--contrib/libexec/encrypt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libexec/encrypt/Makefile.am b/contrib/libexec/encrypt/Makefile.am
index 6ad7b82d..2f96e60d 100644
--- a/contrib/libexec/encrypt/Makefile.am
+++ b/contrib/libexec/encrypt/Makefile.am
@@ -1,7 +1,7 @@
pkglibexec_PROGRAMS = encrypt
encrypt_SOURCES = encrypt.c
-encrypt_SOURCES += $(top_srcdir)/smtpd/log.c
+encrypt_SOURCES += $(top_srcdir)/usr.sbin/smtpd/log.c
AM_CPPFLAGS = -I$(top_srcdir)/openbsd-compat