Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / Makefile-SunOS4
1 # Exim: OS-specific make file for SunOS4
2 # SPDX-License-Identifier: GPL-2.0-or-later
3
4 CFLAGS=-O
5
6 CHOWN_COMMAND=/usr/etc/chown
7 HOSTNAME_COMMAND=/usr/bin/hostname
8 EXIT_FAILURE=1
9 EXIT_SUCCESS=0
10 LIBRESOLV=-lresolv
11 XINCLUDE=-I/usr/include/X11
12
13 EXIWHAT_PS_ARG=-ax
14 EXIWHAT_EGREP_ARG='/exim( |$$)'
15 EXIWHAT_KILL_SIGNAL=-30
16
17 # End