Invert default for iconv() 2nd arg type, to match SUSv3. Bug 1161
[exim.git] / src / OS / Makefile-ULTRIX
CommitLineData
61ec970d
PH
1# Exim: OS-specific make file for Ultrix
2
3MAKE_SHELL=/usr/bin/sh5
4
5CFLAGS=-O
6
7# This can either be /usr/include/X11 or /usr/include/mit depending on
8# the particular version of ULTRIX.
9
10XINCLUDE=-I/usr/include/X11 -I/usr/include/mit
11
12DBMLIB=-lgdbm
13
14EXIWHAT_PS_ARG=-ax
15EXIWHAT_EGREP_ARG='/exim( |$$)'
16EXIWHAT_KILL_SIGNAL=-USR1
17
18# End