diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-25 03:18:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-25 03:18:59 +0000 |
commit | 64fe44d166ee17d9741e8c7ac6ae9b92d1606ce3 (patch) | |
tree | 99aad3caba2629e8065555478868ae9fd32b3b70 /distrib/Makefile | |
parent | 94d8e72f4a5bbafad40d2db4eb92dce3e96c6245 (diff) |
enter arm64
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 5fba7bbe829..004462a1f59 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.50 2016/09/03 13:37:39 guenther Exp $ +# $OpenBSD: Makefile,v 1.51 2017/01/25 03:18:58 deraadt Exp $ SUBDIR= special notes .if make(obj) -SUBDIR+=alpha amd64 armv7 hppa i386 \ +SUBDIR+=alpha amd64 armv7 arm64 hppa i386 \ landisk loongson luna88k macppc \ octeon sgi socppc sparc64 .elif exists(${MACHINE}) |