diff options
author | 2008-08-20 22:19:49 +0000 | |
---|---|---|
committer | 2008-08-20 22:19:49 +0000 | |
commit | b2dcae9b0199dfd5576030dcddd720d60a2d5b07 (patch) | |
tree | 452a4e49a48ea4894f14fcd09cca107a2976b2a7 | |
parent | hppa autoboot instructions for new and old PDC; help & ok miodski@ (diff) | |
download | wireguard-openbsd-b2dcae9b0199dfd5576030dcddd720d60a2d5b07.tar.xz wireguard-openbsd-b2dcae9b0199dfd5576030dcddd720d60a2d5b07.zip |
fix the comment about enabling socket map support
noticed by ajacoutot
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index b5bd87bd49c..227d01dea31 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2008/08/20 12:38:41 dlg Exp $ +# $OpenBSD: Makefile,v 1.28 2008/08/20 22:19:49 dlg Exp $ PROG= sendmail @@ -24,7 +24,7 @@ LDFLAGS+=-L/usr/local/lib # Compile with milter support. ENVDEF+= -DMILTER -# Compile with milter support. +# Compile with socket map support. ENVDEF+= -DSOCKETMAP # Since we have random PIDs we need to be careful to avoid filename collisions |