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