diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-17 14:52:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-17 14:52:59 +0000 |
commit | 41488b4ac2567e7f0c7321a867e583f1d1411e8f (patch) | |
tree | fe1a20cc687c3291b05cf6c120c66cf3774f004a | |
parent | 2b8776108a055abb33993a8235cdf1edf0c9c41d (diff) |
WHoops, only define _FFR_QUEUERETURN_DSN once.
-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 |