artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b10452
)
enable support for socket maps.
author
dlg
<dlg@openbsd.org>
Wed, 20 Aug 2008 12:38:41 +0000
(12:38 +0000)
committer
dlg
<dlg@openbsd.org>
Wed, 20 Aug 2008 12:38:41 +0000
(12:38 +0000)
ok millert@
gnu/usr.sbin/sendmail/sendmail/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.sbin/sendmail/sendmail/Makefile
b/gnu/usr.sbin/sendmail/sendmail/Makefile
index
30ab279
..
b5bd87b
100644
(file)
--- a/
gnu/usr.sbin/sendmail/sendmail/Makefile
+++ b/
gnu/usr.sbin/sendmail/sendmail/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
6 2005/01/12 18:15:46 millert
Exp $
+# $OpenBSD: Makefile,v 1.2
7 2008/08/20 12:38:41 dlg
Exp $
PROG= sendmail
@@
-24,6
+24,9
@@
LDFLAGS+=-L/usr/local/lib
# Compile with milter support.
ENVDEF+= -DMILTER
+# Compile with milter support.
+ENVDEF+= -DSOCKETMAP
+
# Since we have random PIDs we need to be careful to avoid filename collisions
ENVDEF+= -DFAST_PID_RECYCLE