summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-OpenBSD
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-OpenBSD
parent79c30dc9eb10d1d003605165ce753ad3d77f2508 (diff)
OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
Diffstat (limited to 'src/OS/Makefile-OpenBSD')
-rw-r--r--src/OS/Makefile-OpenBSD4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/OS/Makefile-OpenBSD b/src/OS/Makefile-OpenBSD
index 755cd6847..6e231d0cf 100644
--- a/src/OS/Makefile-OpenBSD
+++ b/src/OS/Makefile-OpenBSD
@@ -1,9 +1,11 @@
-# $Cambridge: exim/src/OS/Makefile-OpenBSD,v 1.2 2005/09/13 09:43:17 fanf2 Exp $
+# $Cambridge: exim/src/OS/Makefile-OpenBSD,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
# Exim: OS-specific make file for OpenBSD
CHOWN_COMMAND=/usr/sbin/chown
CHGRP_COMMAND=/usr/sbin/chgrp
+CHMOD_COMMAND=/bin/chmod
+
CFLAGS=-O2 -Wall
LIBS=-lm