diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-11 20:43:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-11 20:43:16 +0000 |
commit | 263eb1dd175202810fad466f7d9ec9c3a012d609 (patch) | |
tree | 4c0a3827c511ec71a706629b98b42ffade392317 /sys | |
parent | 9a79de22fe743124d8a9fcfbf35545655268b3d8 (diff) |
safe to enter arm64
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 2ce99d44c1b..3ae80b05971 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.48 2016/09/03 13:37:42 guenther Exp $ +# $OpenBSD: Makefile,v 1.49 2017/01/11 20:43:15 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ - arch/alpha arch/amd64 arch/armv7 \ + arch/alpha arch/amd64 arch/arm64 arch/armv7 \ arch/hppa arch/i386 \ arch/landisk arch/loongson arch/luna88k \ arch/macppc arch/octeon \ |