diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/Makefile.inc')
-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 202fab8dc5c..517ff226890 100644 --- a/gnu/usr.sbin/sendmail/Makefile.inc +++ b/gnu/usr.sbin/sendmail/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2004/05/11 19:40:56 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2004/05/17 14:52:58 millert Exp $ .include <bsd.own.mk> .include <bsd.obj.mk> @@ -8,7 +8,7 @@ ENVDEF+=-DSM_OMIT_BOGUS_WARNINGS .endif ENVDEF+= -DNEWDB -DMAP_REGEX ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE -DSM_CONF_SHM -ENVDEF+= -D_FFR_QUEUERETURN_DSN -D_FFR_QUEUERETURN_DSN +ENVDEF+= -D_FFR_QUEUERETURN_DSN .if (${YP:L} == "yes") ENVDEF+=-DNIS .endif |