summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2008-08-20 22:19:50 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2008-08-20 22:19:50 +0000
commit952b671e52b186b14c391c7a0ee5083f50689e2d (patch)
tree953a371e31af633e4c6e4d24c68fae0f8d4b9372 /gnu/usr.sbin
parent9c83b5cce009774636c9d64c30866ba52229d44f (diff)
fix the comment about enabling socket map support
noticed by ajacoutot
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/sendmail/sendmail/Makefile4
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