diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-04-28 15:11:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-04-28 15:11:28 +0000 |
commit | a8bfde19e25c2a5e09baec7e59b9d5300f93a14b (patch) | |
tree | 790d37ec229a1702ec08890bc7f92a821acf19e5 /distrib | |
parent | 66e6838b3244fbc75d49a02f5e3f250c02eadcbd (diff) |
descend into riscv64 dirs
ok deraadt@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index e0e1807a28b..9e9b6714583 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.53 2020/07/04 21:11:03 kettenis Exp $ +# $OpenBSD: Makefile,v 1.54 2021/04/28 15:11:27 jsg Exp $ SUBDIR= special notes .if make(obj) SUBDIR+=alpha amd64 armv7 arm64 hppa i386 \ landisk loongson luna88k macppc \ - octeon powerpc64 sgi sparc64 + octeon powerpc64 riscv64 sgi sparc64 .elif exists(${MACHINE}) SUBDIR+=${MACHINE} .endif |