summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-SunOS5-hal
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2005-05-23 16:58:55 +0000
committerTony Finch <dot@dot.at>2005-05-23 16:58:55 +0000
commit870f6ba8a2945754a7f2f66097e3a64465fe1a04 (patch)
tree4660f28a3b0dfe5050966361e7873572efbc1884 /src/OS/Makefile-SunOS5-hal
parent4df1e33e03e9edf6ee6cd328114e5eb102a85c9c (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-SunOS5-hal')
-rw-r--r--src/OS/Makefile-SunOS5-hal4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/Makefile-SunOS5-hal b/src/OS/Makefile-SunOS5-hal
index 014bac1e1..8b4bcdfbf 100644
--- a/src/OS/Makefile-SunOS5-hal
+++ b/src/OS/Makefile-SunOS5-hal
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-SunOS5-hal,v 1.1 2004/10/06 15:07:39 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-SunOS5-hal,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
# Exim: OS-specific make file for SunOS5 on a HAL
@@ -11,7 +11,7 @@ CFLAGS=-O -KV7
LIBIDENTCFLAGS="-KV7 -O -DHAVE_ANSIHEADERS"
LIBIDENTNAME=sunos5
RANLIB=@true
-LIBS=-lsocket -lnsl -lkstat
+LIBS=-lsocket -lnsl -lkstat -lm
LIBRESOLV=-lresolv
X11=/usr/X11R6
XINCLUDE=-I$(X11)/include