diff options
author | Tony Finch <dot@dot.at> | 2005-05-23 16:58:55 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2005-05-23 16:58:55 +0000 |
commit | 870f6ba8a2945754a7f2f66097e3a64465fe1a04 (patch) | |
tree | 4660f28a3b0dfe5050966361e7873572efbc1884 /src/OS/Makefile-mips | |
parent | 4df1e33e03e9edf6ee6cd328114e5eb102a85c9c (diff) |
Add the ratelimit ACL condition. This is mostly reasonably self-contained
except that it requires changes to most Makefiles in order to bring in the
maths library for the exp() function.
Diffstat (limited to 'src/OS/Makefile-mips')
-rw-r--r-- | src/OS/Makefile-mips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/Makefile-mips b/src/OS/Makefile-mips index 9df94e2d7..9cee5174b 100644 --- a/src/OS/Makefile-mips +++ b/src/OS/Makefile-mips @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-mips,v 1.1 2004/10/06 15:07:39 ph10 Exp $ +# $Cambridge: exim/src/OS/Makefile-mips,v 1.2 2005/05/23 16:58:55 fanf2 Exp $ # Exim: OS-specific make file for RiscOS4bsd @@ -6,7 +6,7 @@ HOSTNAME_COMMAND=/usr/ucb/hostname EXIT_FAILURE=1 EXIT_SUCCESS=0 LIBRESOLV=-lresolv -LIBS=-liberty +LIBS=-liberty -lm XINCLUDE=-I/usr/X11R6/include CFLAGS=-O |