summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-06-19 03:06:37 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-06-19 03:06:37 +0000
commit4a9902640d7c64ab4e0f56f881302aafe36bde18 (patch)
tree1dbf3b3fb6e38cf855e97792774eb6b6c7468c6b /distrib/notes
parent98e53288af3f8d26f92eb4e1e59f82352fa7e37c (diff)
add riscv64 to allarchs
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index e369199fbba..eb284ddcf19 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.50 2021/05/01 16:10:35 visa Exp $
+# $OpenBSD: Makefile,v 1.51 2021/06/19 03:06:36 jsg Exp $
NOPROG=
NOMAN=
@@ -19,7 +19,7 @@ all: $(TARG)
allarchs:
@cd $(.CURDIR); \
for arch in alpha amd64 arm64 armv7 hppa i386 landisk \
- loongson luna88k macppc octeon powerpc64 sparc64; \
+ loongson luna88k macppc octeon powerpc64 riscv64 sparc64; \
do ${MAKE} M=$$arch; done
$(TARG): $(DEP)