Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / unsupported / Makefile-IRIX65
CommitLineData
420a0d19
CE
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
11LIBS=-lelf -lm
12XINCLUDE=-I/usr/include/X11
13vfork=fork
14RANLIB=@true
15
16# End