package/exim: remove unused Local-Makefile

When the exim package was added, it included a template for the
build-time configuration file Local/Makefile in the package directory.
In commit 8956779d5d (exim: use a more standard build-time
configuration), this template file was replaced with the EDITME
template file included in the exim sources. However, that commit did
not remove Buildroot's Local-Makefile.

Since this file is no longer used, remove it.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.08.x
Arnout Vandecappelle (Essensium/Mind) 2018-07-03 23:07:08 +02:00 committed by Thomas Petazzoni
parent 72d4d098b0
commit 3f4df8cd16
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
BIN_DIRECTORY=/usr/sbin
CONFIGURE_FILE=/etc/exim/configure
EXIM_USER=ref:exim
EXIM_GROUP=mail
SPOOL_DIRECTORY=/var/spool/exim
ROUTER_ACCEPT=yes
TRANSPORT_LMTP=yes
LOOKUP_DBM=yes
LOOKUP_LSEARCH=yes
PCRE_LIBS=-lpcre
FIXED_NEVER_USERS=root
HEADERS_CHARSET="ISO-8859-1"
HAVE_ICONV=no
SYSLOG_LOG_PID=yes
TMPDIR="/tmp"