Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / unsupported / Makefile-IRIX632
CommitLineData
420a0d19
CE
1# Exim: OS-specific make file for IRIX 6 on 32-bit systems.
2# There seems to be some variation. The commented settings show
3# some alternatives.
4
5HAVE_ICONV=yes
6HOSTNAME_COMMAND=/usr/bsd/hostname
7#CFLAGS=-OPT:Olimit=1500 -32 -mips2
8CFLAGS=-32
9LFLAGS=-32
10#LIBS=-lmld
11LIBS=-lelf -lm
12XINCLUDE=-I/usr/include/X11
13vfork=fork
14RANLIB=@true
15
16# End