Module Name: src
Committed By: ryo
Date: Wed Nov 24 18:50:28 UTC 2021
Modified Files:
src/sys/compat/linux/arch: Makefile
Log Message:
add missing SUBDIR aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/linux/arch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/arch/Makefile
diff -u src/sys/compat/linux/arch/Makefile:1.2 src/sys/compat/linux/arch/Makefile:1.3
--- src/sys/compat/linux/arch/Makefile:1.2 Sat Nov 9 22:02:45 2019
+++ src/sys/compat/linux/arch/Makefile Wed Nov 24 18:50:28 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/11/09 22:02:45 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2021/11/24 18:50:28 ryo Exp $
# XXX sparc sparc64 exist but have no syscalls.master
-SUBDIR=alpha amd64 arm i386 m68k mips powerpc
+SUBDIR=aarch64 alpha amd64 arm i386 m68k mips powerpc
.include <bsd.subdir.mk>