Portability to HP-UX.
[exim.git] / src / OS / Makefile-IRIX65
CommitLineData
61ec970d
PH
1# Exim: OS-specific make file for IRIX 6.5
2
3HAVE_ICONV=yes
4HOSTNAME_COMMAND=/usr/bsd/hostname
5CC=cc
6CFLAGS=-O2 -OPT:Olimit=0
7# CFLAGS=-O2 # override with this (in your Local/Makefile) if using gcc
8LFLAGS=-Wl,-LD_MSG:off=85
9LFLAGS=
10# nlist has moved from libmld to libelf
870f6ba8 11LIBS=-lelf -lm
61ec970d
PH
12XINCLUDE=-I/usr/include/X11
13vfork=fork
14RANLIB=@true
15
16# End