aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libexec/encrypt/Makefile.am
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-04-30 02:01:35 +0200
committerGilles Chehade <gilles@poolp.org>2020-04-30 02:01:35 +0200
commit6fb3965e81d9e4278ee5d96c2d68c014df1f3802 (patch)
treec3c895a4a39d4888e0ff978c97587120712a6b9d /contrib/libexec/encrypt/Makefile.am
parentplug ubuntu-gcc10 to CI (diff)
downloadOpenSMTPD-6fb3965e81d9e4278ee5d96c2d68c014df1f3802.tar.xz
OpenSMTPD-6fb3965e81d9e4278ee5d96c2d68c014df1f3802.zip
move
Diffstat (limited to 'contrib/libexec/encrypt/Makefile.am')
-rw-r--r--contrib/libexec/encrypt/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/libexec/encrypt/Makefile.am b/contrib/libexec/encrypt/Makefile.am
deleted file mode 100644
index 6ad7b82d..00000000
--- a/contrib/libexec/encrypt/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-pkglibexec_PROGRAMS = encrypt
-
-encrypt_SOURCES = encrypt.c
-encrypt_SOURCES += $(top_srcdir)/smtpd/log.c
-
-AM_CPPFLAGS = -I$(top_srcdir)/openbsd-compat
-
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
-
-LDADD = $(LIBCOMPAT)
-
-uninstall-hook:
- rmdir $(DESTDIR)$(pkglibexecdir) 2> /dev/null || /bin/true