diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-09 21:25:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-09 21:25:34 +0000 |
commit | aadd4e09390bf75642aa8b4620b3370753a14d31 (patch) | |
tree | a33c634370b7986d8696d598e95f0ba385b5e31e /gnu | |
parent | 90a7810d3ed02088e4d4e4a7855eb1307de10af8 (diff) |
Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off by
default).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.sbin/sendmail/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile.inc b/gnu/usr.sbin/sendmail/Makefile.inc index 2d850f0b7aa..5c74f155cd3 100644 --- a/gnu/usr.sbin/sendmail/Makefile.inc +++ b/gnu/usr.sbin/sendmail/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.7 2001/10/01 20:18:19 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2002/01/09 21:25:33 millert Exp $ .include <bsd.own.mk> .include <bsd.obj.mk> ENVDEF+= -DSM_OMIT_BOGUS_WARNINGS -DNEWDB -DMAP_REGEX -ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE +ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE -DSM_CONF_SHM .if (${YP:L} == "yes") ENVDEF+=-DNIS .endif |