OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
[exim.git] / src / OS / Makefile-OpenBSD
index 755cd6847b32352d0b3de95793c465c9ff6dfe12..6e231d0cfb48129e5d92a73fdd843a9e6ee66521 100644 (file)
@@ -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