summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-FreeBSD
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2008-07-25 20:39:55 +0000
committerTony Finch <dot@dot.at>2008-07-25 20:39:55 +0000
commitc40dee92783fd00e4d244b6e3a3bb88d5cde9a93 (patch)
tree23c168cf41c57b656f6455e6c394cf5be244220a /src/OS/Makefile-FreeBSD
parent79c30dc9eb10d1d003605165ce753ad3d77f2508 (diff)
OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
Diffstat (limited to 'src/OS/Makefile-FreeBSD')
-rw-r--r--src/OS/Makefile-FreeBSD3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD
index 6bcef9b9d..0abd8086f 100644
--- a/src/OS/Makefile-FreeBSD
+++ b/src/OS/Makefile-FreeBSD
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.4 2006/04/19 11:15:43 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
@@ -8,6 +8,7 @@ PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
CHOWN_COMMAND=/usr/sbin/chown
STRIP_COMMAND=/usr/bin/strip
+CHMOD_COMMAND=/bin/chmod
HAVE_SA_LEN=YES