From: guenther Date: Sun, 19 Dec 2021 01:07:50 +0000 (+0000) Subject: Suppress error output from sysctl: kern.allowdt doesn't exist on X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dbba22751ccd9c4c9827623bbcb3bd1599dec8bf;p=openbsd Suppress error output from sysctl: kern.allowdt doesn't exist on several archs and complaining about that from the Makefile doesn't help anyone. ok deraadt@ bluhm@ --- diff --git a/regress/usr.sbin/btrace/Makefile b/regress/usr.sbin/btrace/Makefile index f9e03417d91..08654e32a3c 100644 --- a/regress/usr.sbin/btrace/Makefile +++ b/regress/usr.sbin/btrace/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.24 2021/12/02 17:09:46 kn Exp $ +# $OpenBSD: Makefile,v 1.25 2021/12/19 01:07:50 guenther Exp $ BTRACE?= /usr/sbin/btrace -ALLOWDT!= sysctl -n kern.allowdt +ALLOWDT!= sysctl -n kern.allowdt 2>/dev/null # scripts that don't need /dev/dt BT_LANG_SCRIPTS= arithm beginend boolean comments delete exit \