git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
silence various compiler complaints; expose NVALGRIND
[exim.git]
/
src
/
OS
/
Makefile-mips
1
# Exim: OS-specific make file for RiscOS4bsd
2
3
HOSTNAME_COMMAND=/usr/ucb/hostname
4
EXIT_FAILURE=1
5
EXIT_SUCCESS=0
6
LIBRESOLV=-lresolv
7
LIBS=-liberty -lm
8
XINCLUDE=-I/usr/X11R6/include
9
10
CFLAGS=-O
11
PCRE_CFLAGS=-DUSE_BCOPY -DSTRERROR_FROM_ERRLIST
12
13
EXIWHAT_PS_ARG=-ax
14
EXIWHAT_EGREP_ARG='/exim( |$$)'
15
EXIWHAT_KILL_SIGNAL=-30
16
17
# End