git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don\'t use ||= operator
[users/heiko/exim.git]
/
src
/
OS
/
Makefile-FreeBSD
diff --git
a/src/OS/Makefile-FreeBSD
b/src/OS/Makefile-FreeBSD
index ead6d09a662d1e9b8d655ba47157d5fdb10f432e..0abd8086f7167a5aef02ab791e818c3e5833bf59 100644
(file)
--- 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.
5 2008/07/25 20:39:55 fanf2
Exp $
# Exim: OS-specific make file for FreeBSD
# There's no setting of CFLAGS here, to allow the system default
# Exim: OS-specific make file for FreeBSD
# There's no setting of CFLAGS here, to allow the system default
@@
-8,11
+8,12
@@
PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
CHOWN_COMMAND=/usr/sbin/chown
STRIP_COMMAND=/usr/bin/strip
CHOWN_COMMAND=/usr/sbin/chown
STRIP_COMMAND=/usr/bin/strip
+CHMOD_COMMAND=/bin/chmod
HAVE_SA_LEN=YES
# crypt() is in a separate library
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
# FreeBSD always ships with Berkeley DB
USE_DB=yes