git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PAM: fix crash in the pam expansion condition. Bug 2489
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-SunOS4
1
# Exim: OS-specific make file for SunOS4
2
3
CFLAGS=-O
4
5
CHOWN_COMMAND=/usr/etc/chown
6
HOSTNAME_COMMAND=/usr/bin/hostname
7
EXIT_FAILURE=1
8
EXIT_SUCCESS=0
9
LIBRESOLV=-lresolv
10
XINCLUDE=-I/usr/include/X11
11
12
EXIWHAT_PS_ARG=-ax
13
EXIWHAT_EGREP_ARG='/exim( |$$)'
14
EXIWHAT_KILL_SIGNAL=-30
15
16
# End