git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420
[exim.git]
/
src
/
OS
/
Makefile-IRIX6
1
# Exim: OS-specific make file for IRIX6 on 64-bit systems
2
3
HAVE_ICONV=yes
4
HOSTNAME_COMMAND=/usr/bsd/hostname
5
CFLAGS=-O2 -n32 -OPT:Olimit=4000
6
LFLAGS=-n32
7
LIBS=-lelf -lm
8
XINCLUDE=-I/usr/include/X11
9
XLFLAGS=
10
vfork=fork
11
RANLIB=@true
12
13
# End