diff options
author | 2008-08-20 12:38:41 +0000 | |
---|---|---|
committer | 2008-08-20 12:38:41 +0000 | |
commit | a632f5236acc817bf9fada0400b062b3a8352f79 (patch) | |
tree | 680b131a32c30f9fc1e481dbb95c6b9147620a49 | |
parent | remove a few unused files that where probably added by mistake; (diff) | |
download | wireguard-openbsd-a632f5236acc817bf9fada0400b062b3a8352f79.tar.xz wireguard-openbsd-a632f5236acc817bf9fada0400b062b3a8352f79.zip |
enable support for socket maps.
ok millert@
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 30ab2791e14..b5bd87bd49c 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2005/01/12 18:15:46 millert Exp $ +# $OpenBSD: Makefile,v 1.27 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 |