1 # Exim: OS-specific make file for SunOS5 on a HAL
2 # SPDX-License-Identifier: GPL-2.0-or-later
4 # Note: The HAL runs a standard SunOS5 except that it has a 64 bit C
5 # compiler called hcc. To make things work pass the -KV7 flag to force
6 # 32bit compilation - this is necessary to interwork with some libraries.
10 LIBIDENTCFLAGS="-KV7 -O -DHAVE_ANSIHEADERS"
13 LIBS=-lsocket -lnsl -lkstat -lm
16 XINCLUDE=-I$(X11)/include
17 XLFLAGS=-L$(X11)/lib -R$(X11)/lib