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