git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Buffer overrun fix. fixes: bug #787
[exim.git]
/
src
/
OS
/
Makefile-HI-OSF
1
# $Cambridge: exim/src/OS/Makefile-HI-OSF,v 1.1 2004/10/06 15:07:39 ph10 Exp $
2
3
# Exim: OS-specific make file for HI-OSF/1-MJ and HI-UX/MPP
4
5
CC=cc
6
CFLAGS=-O
7
RANLIB=@true
8
EXIWHAT_EGREP_ARG='/exim( |$$)'
9
10
# End