# Exim: OS-specific make file for SCO SVR4.2MP (and maybe Unixware)
#
# Note that SCO does not include dbm/ndbm with their standard compiler
# (it is available with /usr/ucb/cc, but that has bugs of its own). You
# should install gcc and gdbm, then execute 'make install-compat' in the
# gdbm source directory.

CC=gcc -I/usr/local/include

RANLIB=@true
DBMLIB=-lgdbm -L/usr/local/lib
ERRNO_QUOTA=0
LIBS=-lsocket -lelf -lgen -lnsl -lresolv

X11=/usr/lib/X11
XINCLUDE=-I/usr/include/X11
XLFLAGS=-L/usr/lib -L$(X11)/lib

# End
