From 4a3da90f91b9d79b1a14eb99d5f7b0b4fffcc347 Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 29 Apr 2021 11:32:20 +0000 Subject: [PATCH] descend into arch/riscv64 --- sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index bf11a974ad1..6013231b121 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2020/06/29 17:59:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.52 2021/04/29 11:32:20 jsg Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ @@ -6,7 +6,7 @@ SUBDIR= dev/microcode \ arch/hppa arch/i386 \ arch/landisk arch/loongson arch/luna88k \ arch/macppc arch/octeon arch/powerpc64 \ - arch/sgi arch/sparc64 + arch/riscv64 arch/sgi arch/sparc64 tags: cd ${.CURDIR}/kern; make tags -- 2.20.1