diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-06-29 17:59:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-06-29 17:59:02 +0000 |
commit | 709cc7227c9817a20eac67ca462e5e0157a8364f (patch) | |
tree | cf604de5ef5efe795f188b804b37aa8cac0bf1db /sys/Makefile | |
parent | c442f359f7b55c67a55676ce5d31ed4a55855dc4 (diff) |
enter arch/powerpc64
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index edd0a7fa8a0..bf11a974ad1 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.50 2019/05/11 07:18:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.51 2020/06/29 17:59:01 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ arch/alpha arch/amd64 arch/arm64 arch/armv7 \ arch/hppa arch/i386 \ arch/landisk arch/loongson arch/luna88k \ - arch/macppc arch/octeon \ + arch/macppc arch/octeon arch/powerpc64 \ arch/sgi arch/sparc64 tags: |