X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/14de8063d82edc5bf003ed50abdea55ac542679b..ad1a76fefdc79201fe2efaf0ef356acbb7938d46:/src/OS/Makefile-Unixware7 diff --git a/src/OS/Makefile-Unixware7 b/src/OS/Makefile-Unixware7 deleted file mode 100644 index 88a883801..000000000 --- a/src/OS/Makefile-Unixware7 +++ /dev/null @@ -1,32 +0,0 @@ -# Exim: OS-specific make file for Unixware7 -# Based on information from James FitzGibbon - -# If you want to use libbind, you need to -# add -I/usr/local/bind/include to CFLAGS -# add -L/usr/local/bind/lib to LFLAGS -# remove -lresolv from LIBS -# add LOOKUP_LIBS=-lbind -# The new settings should go in your Local/Makefile rather than here; then -# they will be usable for subsequent Exim releases. - -CC=/usr/bin/cc -CFLAGS=-O -I/usr/local/include -LFLAGS=-L/usr/local/lib - -HAVE_ICONV=yes - -LIBS=-lsocket -lnsl -lelf -lgen -lresolv -lm - -# Removed on the advice of Larry Rosenman -# EXTRALIBS=-lwrap - -EXTRALIBS_EXIMON=-lICE -lSM - -RANLIB=@true -ERRNO_QUOTA=0 - -X11=/usr/lib/X11 -XINCLUDE=-I/usr/include/X11 -XLFLAGS=-L/usr/lib -L$(X11)/lib - -# End