Add util/ratelimit.pl to assist with choosing ratelimit settings.
[exim.git] / src / OS / Makefile-IRIX632
1 # $Cambridge: exim/src/OS/Makefile-IRIX632,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
2
3 # Exim: OS-specific make file for IRIX 6 on 32-bit systems.
4 # There seems to be some variation. The commented settings show
5 # some alternatives.
6
7 HAVE_ICONV=yes
8 HOSTNAME_COMMAND=/usr/bsd/hostname
9 #CFLAGS=-OPT:Olimit=1500 -32 -mips2
10 CFLAGS=-32
11 LFLAGS=-32
12 #LIBS=-lmld
13 LIBS=-lelf -lm
14 XINCLUDE=-I/usr/include/X11
15 vfork=fork
16 RANLIB=@true
17
18 # End