projects
/
exim.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Disable EXIM_MONITOR
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-OSF1
Commit
Line
Data
61ec970d
PH
1
# Exim: OS-specific make file for OSF1
2
3
CFLAGS=-O
870f6ba8
4
LIBS=-liconv -lm
61ec970d
PH
5
HAVE_CRYPT16=yes
6
HAVE_ICONV=yes
7
HOSTNAME_COMMAND=/usr/bin/hostname
8
EXIWHAT_EGREP_ARG='/exim( |$$)'
9
10
# End