Change HAVE_LOGIN_CAP to HAVE_SETCLASSRESOURCES because the former isn't
[exim.git] / src / OS / Makefile-IRIX632
CommitLineData
870f6ba8 1# $Cambridge: exim/src/OS/Makefile-IRIX632,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
61ec970d
PH
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
7HAVE_ICONV=yes
8HOSTNAME_COMMAND=/usr/bsd/hostname
9#CFLAGS=-OPT:Olimit=1500 -32 -mips2
10CFLAGS=-32
11LFLAGS=-32
12#LIBS=-lmld
870f6ba8 13LIBS=-lelf -lm
61ec970d
PH
14XINCLUDE=-I/usr/include/X11
15vfork=fork
16RANLIB=@true
17
18# End