Import Debian changes 4.92-8+deb10u3
[hcoop/debian/exim4.git] / OS / unsupported / Makefile-IRIX6
CommitLineData
420a0d19
CE
1# Exim: OS-specific make file for IRIX6 on 64-bit systems
2
3HAVE_ICONV=yes
4HOSTNAME_COMMAND=/usr/bsd/hostname
5CFLAGS=-O2 -n32 -OPT:Olimit=4000
6LFLAGS=-n32
7LIBS=-lelf -lm
8XINCLUDE=-I/usr/include/X11
9XLFLAGS=
10vfork=fork
11RANLIB=@true
12
13# End