summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-05-17 14:52:58 +0000
committermillert <millert@openbsd.org>2004-05-17 14:52:58 +0000
commit36a001885ffb44e9a5f2711a3f8358764dabab0d (patch)
tree51d175a583453ca75949d6ca6fd1f5a4f106bbff
parentSync (diff)
downloadwireguard-openbsd-36a001885ffb44e9a5f2711a3f8358764dabab0d.tar.xz
wireguard-openbsd-36a001885ffb44e9a5f2711a3f8358764dabab0d.zip
WHoops, only define _FFR_QUEUERETURN_DSN once.
-rw-r--r--gnu/usr.sbin/sendmail/Makefile.inc4
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