Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / Makefile-ULTRIX
1 # Exim: OS-specific make file for Ultrix
2
3 MAKE_SHELL=/usr/bin/sh5
4
5 CFLAGS=-O
6
7 # This can either be /usr/include/X11 or /usr/include/mit depending on
8 # the particular version of ULTRIX.
9
10 XINCLUDE=-I/usr/include/X11 -I/usr/include/mit
11
12 DBMLIB=-lgdbm
13
14 EXIWHAT_PS_ARG=-ax
15 EXIWHAT_EGREP_ARG='/exim( |$$)'
16 EXIWHAT_KILL_SIGNAL=-USR1
17
18 # End