summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2012-08-21 14:06:00 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2012-08-21 14:06:00 +0000
commit317791929d9a6a1a0c3415c40855d8c71a376107 (patch)
tree50fc4ed70f97ebe876ebe5a32959e20cb72aed2a /gnu/usr.sbin
parente2ee9e6fe37d89b629f2fab6dad1a5a1925e75c6 (diff)
remove -DSM_OMIT_BOGUS_WARNINGS which was intended to remove spurious
gcc warnings over ten years ago but now causes warnings while preventing none. vax never used this define, so gcc 2.95 is fine without it as well. ok guenther@ millert@
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/sendmail/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile.inc b/gnu/usr.sbin/sendmail/Makefile.inc
index 7f00b4e983b..b1b153b7bc1 100644
--- a/gnu/usr.sbin/sendmail/Makefile.inc
+++ b/gnu/usr.sbin/sendmail/Makefile.inc
@@ -1,11 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.17 2006/02/04 09:46:23 mbalmer Exp $
+# $OpenBSD: Makefile.inc,v 1.18 2012/08/21 14:05:59 jsg Exp $
.include <bsd.own.mk>
.include <bsd.obj.mk>
-.if (${MACHINE_ARCH} != "vax")
-ENVDEF+=-DSM_OMIT_BOGUS_WARNINGS
-.endif
ENVDEF+= -DNEWDB -DMAP_REGEX
ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE -DSM_CONF_SHM
.if (${YP:L} == "yes")