artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2f352
)
add riscv64 to allarchs
author
jsg
<jsg@openbsd.org>
Sat, 19 Jun 2021 03:06:36 +0000
(
03:06
+0000)
committer
jsg
<jsg@openbsd.org>
Sat, 19 Jun 2021 03:06:36 +0000
(
03:06
+0000)
distrib/notes/Makefile
patch
|
blob
|
history
diff --git
a/distrib/notes/Makefile
b/distrib/notes/Makefile
index
e369199
..
eb284dd
100644
(file)
--- a/
distrib/notes/Makefile
+++ b/
distrib/notes/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.5
0 2021/05/01 16:10:35 visa
Exp $
+# $OpenBSD: Makefile,v 1.5
1 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)