This helps grepping logs for SKIPPED to find instructions for the next run.
-# $OpenBSD: Makefile,v 1.23 2021/10/03 22:01:48 dv Exp $
+# $OpenBSD: Makefile,v 1.24 2021/12/02 17:09:46 kn Exp $
BTRACE?= /usr/sbin/btrace
ALLOWDT!= sysctl -n kern.allowdt
${SUDO} ${BTRACE} ${.CURDIR}/$b.bt 2>&1 | \
diff -u ${.CURDIR}/$b.ok /dev/stdin
.else
+ @echo 'Set "sysctl kern.allowdt=1" to enable $@ tests'
@echo SKIPPED
.endif
.endfor