git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make server prompts available in $auth<n> when plaintext is running as a
[users/heiko/exim.git]
/
src
/
OS
/
Makefile-IRIX
1
# $Cambridge: exim/src/OS/Makefile-IRIX,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
2
3
# Exim: OS-specific make file for IRIX
4
5
HAVE_ICONV=yes
6
BASENAME_COMMAND=/sbin/basename
7
HOSTNAME_COMMAND=/usr/bsd/hostname
8
CFLAGS=-OPT:Olimit=1500
9
LIBS=-lmld -lm
10
XINCLUDE=-I/usr/include/X11
11
vfork=fork
12
RANLIB=@true
13
14
# End