X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2FOS%2FMakefile-FreeBSD;h=6bcef9b9d52117a93cf174d9f9213c805abbb919;hp=0527e8be45f50c9a74aa8ac5a5f6a19a17577f4b;hb=e173618b6c168a57908e0bf55dcf1b42ce947f6c;hpb=870f6ba8a2945754a7f2f66097e3a64465fe1a04 diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD index 0527e8be4..6bcef9b9d 100644 --- a/src/OS/Makefile-FreeBSD +++ b/src/OS/Makefile-FreeBSD @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.2 2005/05/23 16:58:55 fanf2 Exp $ +# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.4 2006/04/19 11:15:43 ph10 Exp $ # Exim: OS-specific make file for FreeBSD # There's no setting of CFLAGS here, to allow the system default @@ -7,11 +7,12 @@ PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout CHOWN_COMMAND=/usr/sbin/chown +STRIP_COMMAND=/usr/bin/strip HAVE_SA_LEN=YES # crypt() is in a separate library -LIBS=-lcrypt -lm +LIBS=-lcrypt -lm -lutil # FreeBSD always ships with Berkeley DB USE_DB=yes