summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-03-23 01:39:39 +0000
committerderaadt <deraadt@openbsd.org>2007-03-23 01:39:39 +0000
commit3caf8728fd483c68be5715e31a1168e9f8260de5 (patch)
treef69d143b780ef9f98cfbef3d9a1a48be81e67320
parentAdd a routine to scale timedelta sensors to more meaningful units, (diff)
downloadwireguard-openbsd-3caf8728fd483c68be5715e31a1168e9f8260de5.tar.xz
wireguard-openbsd-3caf8728fd483c68be5715e31a1168e9f8260de5.zip
cannot remember what the vax -O0 workaround in 2002 was for. wish the
commit message had explained the problem at least vaguely. disable the workaround so that if the bug exists, it can rear it's head again (in 10 minutes of playing around, i could not find any unusual behaviour)
-rw-r--r--usr.bin/systat/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index e509b9b8410..5a6b51524f3 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2007/02/23 22:02:58 deanna Exp $
+# $OpenBSD: Makefile,v 1.18 2007/03/23 01:39:39 deraadt Exp $
PROG= systat
@@ -12,10 +12,5 @@ LDADD= -lcurses -lm -lkvm
BINGRP= kmem
BINMODE=2555
-.if (${MACHINE_ARCH} == "vax")
-cmds.o:
- ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c $<
-.endif
-
.include <bsd.prog.mk>