summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-NetBSD
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-NetBSD
parent79c30dc9eb10d1d003605165ce753ad3d77f2508 (diff)
OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
Diffstat (limited to 'src/OS/Makefile-NetBSD')
-rw-r--r--src/OS/Makefile-NetBSD4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/OS/Makefile-NetBSD b/src/OS/Makefile-NetBSD
index 675345504..97f9a6d21 100644
--- a/src/OS/Makefile-NetBSD
+++ b/src/OS/Makefile-NetBSD
@@ -1,8 +1,10 @@
-# $Cambridge: exim/src/OS/Makefile-NetBSD,v 1.3 2007/06/27 08:46:28 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-NetBSD,v 1.4 2008/07/25 20:39:55 fanf2 Exp $
# Exim: OS-specific make file for NetBSD (ELF object format)
CHOWN_COMMAND=/usr/sbin/chown
+CHMOD_COMMAND=/bin/chmod
+
CFLAGS?=-O2
HAVE_SA_LEN=YES