1
0
Fork 0
exim4/OS/unsupported/Makefile-IRIX6
Daniel Baumann 802ab461a9
Adding upstream version 4.98.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:27:17 +02:00

14 lines
281 B
Text

# Exim: OS-specific make file for IRIX6 on 64-bit systems
# SPDX-License-Identifier: GPL-2.0-or-later
HAVE_ICONV=yes
HOSTNAME_COMMAND=/usr/bsd/hostname
CFLAGS=-O2 -n32 -OPT:Olimit=4000
LFLAGS=-n32
LIBS=-lelf -lm
XINCLUDE=-I/usr/include/X11
XLFLAGS=
vfork=fork
RANLIB=@true
# End