git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Docs: local-part affix variables
[exim.git]
/
src
/
OS
/
unsupported
/
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