From 317791929d9a6a1a0c3415c40855d8c71a376107 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 21 Aug 2012 14:06:00 +0000 Subject: 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@ --- gnu/usr.sbin/sendmail/Makefile.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu') 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 .include -.if (${MACHINE_ARCH} != "vax") -ENVDEF+=-DSM_OMIT_BOGUS_WARNINGS -.endif ENVDEF+= -DNEWDB -DMAP_REGEX ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE -DSM_CONF_SHM .if (${YP:L} == "yes") -- cgit v1.2.3