1 # Exim: OS-specific make file for SCO SVR4.2MP (and maybe Unixware)
2 # SPDX-License-Identifier: GPL-2.0-or-later
4 # *** Note that for SCO 5 the configuration file is called SCO_SV,
5 # *** and that Unixware7 has its own configuration. This is an old
6 # *** file that is retained for compatibility.
8 # Note that SCO does not include dbm/ndbm with their standard compiler
9 # (it is available with /usr/ucb/cc, but that has bugs of its own). You
10 # should install gcc and gdbm, then execute 'make install-compat' in the
11 # gdbm source directory.
13 CC=gcc -I/usr/local/include
17 DBMLIB=-lgdbm -L/usr/local/lib
19 LIBS=-lsocket -lelf -lgen -lnsl -lresolv -lm
22 XINCLUDE=-I/usr/include/X11
23 XLFLAGS=-L/usr/lib -L$(X11)/lib