aboutsummaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorgilles <gilles.chehade@gmail.com>2013-06-06 09:41:30 +0200
committergilles <gilles.chehade@gmail.com>2013-06-06 09:41:30 +0200
commitb3a7e303bff10ac02134d79d7892094de2bb4a24 (patch)
tree2046dcd30cc61cfe265d225475fd72c382e77664 /regress
parentno longer needed (diff)
downloadOpenSMTPD-b3a7e303bff10ac02134d79d7892094de2bb4a24.tar.xz
OpenSMTPD-b3a7e303bff10ac02134d79d7892094de2bb4a24.zip
no longer needed
Diffstat (limited to 'regress')
-rw-r--r--regress/bin/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/regress/bin/Makefile.am b/regress/bin/Makefile.am
deleted file mode 100644
index ba23fbf9..00000000
--- a/regress/bin/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-bin_PROGRAMS= smtpscript
-
-smtpscript_SOURCES= smtpscript.c iobuf.c parse.y ssl.c
-
-smtpscript_CFLAGS= -DIO_SSL
-
-# compat
-smtpscript_SOURCES+= $(top_srcdir)/smtpd/log.c
-
-INCLUDES= -I$(top_srcdir)/openbsd-compat
-
-LIBCOMPAT= $(top_builddir)/openbsd-compat/libopenbsd-compat.a
-
-LDADD= $(LIBCOMPAT)
-
-# need to define _GNU_SOURCE to get:
-# EAI_NODATA defined
-# {v,}asprintf
-# setres{g,u}id
-CFLAGS+= -D_GNU_SOURCE
-CPPFLAGS= -I$(srcdir) @CPPFLAGS@ @DEFS@
-
-install-exec-hook:
- $(MKDIR_P) $(DESTDIR)$(bindir)
-
-uninstall-hook:
- rm -f $(DESTDIR)$(bindir)/smtpscript$(EXEEXT)
-
-EXTRA_DIST= iobuf.h smtpscript.h