X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4e01f9d6a10601a4f89b0bd2bd2642cda95a92dd..76dca828dbf4fa6f6db6d8d0659e67dde599ec95:/src/OS/Makefile-AIX diff --git a/src/OS/Makefile-AIX b/src/OS/Makefile-AIX index 489ffe3b1..fc32aa286 100644 --- a/src/OS/Makefile-AIX +++ b/src/OS/Makefile-AIX @@ -1,5 +1,3 @@ -# $Cambridge: exim/src/OS/Makefile-AIX,v 1.2 2005/02/16 16:40:22 ph10 Exp $ - # Exim: OS-specific make file for AIX # Written by Nick Waterman (nick@cimio.co.uk) # Modified by PH following a message from Mike Meredith @@ -25,6 +23,6 @@ CFLAGS = -mcpu=power4 -maix64 -O3 # Needed for vfork() and vfork() only? -LIBS = -lbsd +LIBS = -lbsd -lm # End