diff options
author | 2012-08-21 14:05:59 +0000 | |
---|---|---|
committer | 2012-08-21 14:05:59 +0000 | |
commit | 6d04d93f8e412bc79456c84a4ff703ab077805be (patch) | |
tree | ab22e5b27020f3d4d4248bb3f4d9a4cf64877439 | |
parent | dns sessions don't use lookup. no need to store them in a tree. (diff) | |
download | wireguard-openbsd-6d04d93f8e412bc79456c84a4ff703ab077805be.tar.xz wireguard-openbsd-6d04d93f8e412bc79456c84a4ff703ab077805be.zip |
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@
-rw-r--r-- | gnu/usr.sbin/sendmail/Makefile.inc | 5 |
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") |