X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2FMakefile-AIX;h=fc32aa28639fa278842f9ef3a33591fbf89ad6f1;hb=ab13201f8a5517a379c461767f16feafa8e01ffb;hp=489ffe3b125b91ba36a8b73e095060457754860a;hpb=4e01f9d6a10601a4f89b0bd2bd2642cda95a92dd;p=user%2Fhenk%2Fcode%2Fexim.git 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