Drop support for MacOS (darwin)
[exim.git] / src / OS / Makefile-Darwin
diff --git a/src/OS/Makefile-Darwin b/src/OS/Makefile-Darwin
deleted file mode 100644 (file)
index 517bbc4..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Exim: OS-specific make file for Darwin (Mac OS X).
-
-CC=cc
-
-BASENAME_COMMAND=look_for_it
-CHOWN_COMMAND=/usr/sbin/chown
-CHMOD_COMMAND=/bin/chmod
-
-HAVE_SA_LEN=YES
-
-# Removed -DBIND_8_COMPAT for 4.61
-# CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
-#
-# 2020/05/12 disable TLS resume support; it results in
-# "1 select() failure: No such file or directory"
-# being logged by the daeomn (sending the testsuite red...)
-
-CFLAGS=-O -no-cpp-precomp -DDISABLE_TLS_RESUME
-LIBRESOLV=-lresolv
-
-USE_DB = yes
-DBMLIB =
-
-X11=/usr/X11R6
-XINCLUDE=-I$(X11)/include
-XLFLAGS=-L$(X11)/lib
-X11_LD_LIB=$(X11)/lib
-
-EXIWHAT_PS_ARG=ax
-EXIWHAT_EGREP_ARG='/exim( |$$)'
-EXIWHAT_KILL_SIGNAL=-USR1
-
-# End