git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
DKIM: call ACL once for each signature matching the identity from dkim_verify_signers...
[exim.git]
/
src
/
OS
/
Makefile-OpenBSD
diff --git
a/src/OS/Makefile-OpenBSD
b/src/OS/Makefile-OpenBSD
index 755cd6847b32352d0b3de95793c465c9ff6dfe12..1022abbdd02e36de59157cd9f367a122196fac37 100644
(file)
--- a/
src/OS/Makefile-OpenBSD
+++ b/
src/OS/Makefile-OpenBSD
@@
-1,9
+1,9
@@
-# $Cambridge: exim/src/OS/Makefile-OpenBSD,v 1.2 2005/09/13 09:43:17 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