git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hintsbd: fix locking
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-IRIX
1
# Exim: OS-specific make file for IRIX
2
# SPDX-License-Identifier: GPL-2.0-or-later
3
4
HAVE_ICONV=yes
5
BASENAME_COMMAND=/sbin/basename
6
HOSTNAME_COMMAND=/usr/bsd/hostname
7
CFLAGS=-OPT:Olimit=1500
8
LIBS=-lmld -lm
9
XINCLUDE=-I/usr/include/X11
10
vfork=fork
11
RANLIB=@true
12
13
# End