Put DPC's mkcdb script (with tabs removed) into the util directory, and
[exim.git] / src / OS / Makefile-IRIX65
1 # $Cambridge: exim/src/OS/Makefile-IRIX65,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
2
3 # Exim: OS-specific make file for IRIX 6.5
4
5 HAVE_ICONV=yes
6 HOSTNAME_COMMAND=/usr/bsd/hostname
7 CC=cc
8 CFLAGS=-O2 -OPT:Olimit=0
9 # CFLAGS=-O2 # override with this (in your Local/Makefile) if using gcc
10 LFLAGS=-Wl,-LD_MSG:off=85
11 LFLAGS=
12 # nlist has moved from libmld to libelf
13 LIBS=-lelf -lm
14 XINCLUDE=-I/usr/include/X11
15 vfork=fork
16 RANLIB=@true
17
18 # End