git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix utilities indexing
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-HI-OSF
1
# Exim: OS-specific make file for HI-OSF/1-MJ and HI-UX/MPP
2
3
CC=cc
4
CFLAGS=-O
5
RANLIB=@true
6
EXIWHAT_EGREP_ARG='/exim( |$$)'
7
8
# End