diff options
author | Phil Pennock <pdp@exim.org> | 2018-09-14 13:43:02 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-09-14 13:43:02 -0400 |
commit | a3d83c9e8d57ba51cd246435b14604f995551802 (patch) | |
tree | de3aa01c3cf217313f914362b6457befaa4d1a7f /src/OS/Makefile-Darwin | |
parent | ca954d7feca8d9a8cc754ef2a2bfba14ef5428da (diff) |
Restore Darwin OS configuration
MacStadium are providing us with free Mac Mini hosting as part of their
FOSS support. I'm about to set it up. Let's have out-of-repo tuning in
place before I begin.
Diffstat (limited to 'src/OS/Makefile-Darwin')
-rw-r--r-- | src/OS/Makefile-Darwin | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/OS/Makefile-Darwin b/src/OS/Makefile-Darwin new file mode 100644 index 000000000..be0d9520b --- /dev/null +++ b/src/OS/Makefile-Darwin @@ -0,0 +1,29 @@ +# 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 + +CFLAGS=-O -no-cpp-precomp +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 |