X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2FMakefile-FreeBSD;h=6bcef9b9d52117a93cf174d9f9213c805abbb919;hb=79c30dc9eb10d1d003605165ce753ad3d77f2508;hp=ead6d09a662d1e9b8d655ba47157d5fdb10f432e;hpb=4a23603b536e4156bdd3da58d3411632c71183d7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD index ead6d09a6..6bcef9b9d 100644 --- a/src/OS/Makefile-FreeBSD +++ b/src/OS/Makefile-FreeBSD @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.3 2006/02/22 15:10:28 ph10 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 @@ -12,7 +12,7 @@ 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