summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-DragonFly
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-DragonFly
parent79c30dc9eb10d1d003605165ce753ad3d77f2508 (diff)
OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
Diffstat (limited to 'src/OS/Makefile-DragonFly')
-rw-r--r--src/OS/Makefile-DragonFly3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OS/Makefile-DragonFly b/src/OS/Makefile-DragonFly
index c5e9aac4b..baac9c6f1 100644
--- a/src/OS/Makefile-DragonFly
+++ b/src/OS/Makefile-DragonFly
@@ -1,10 +1,11 @@
-# $Cambridge: exim/src/OS/Makefile-DragonFly,v 1.1 2005/09/06 13:21:07 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-DragonFly,v 1.2 2008/07/25 20:39:55 fanf2 Exp $
# Exim: OS-specific make file for DragonFly
# There's no setting of CFLAGS here, to allow the system default
# for "make" to be the default.
CHOWN_COMMAND=/usr/sbin/chown
+CHMOD_COMMAND=/bin/chmod
HAVE_SA_LEN=YES