Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/modules/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/sys/modules/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.257 retrieving revision 1.258 diff -u -p -r1.257 -r1.258 --- src/sys/modules/Makefile 2021/10/03 17:27:02 1.257 +++ src/sys/modules/Makefile 2021/10/09 07:01:34 1.258 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.257 2021/10/03 17:27:02 brad Exp $ +# $NetBSD: Makefile,v 1.258 2021/10/09 07:01:34 ryo Exp $ .include @@ -361,6 +361,10 @@ SUBDIR+= lm_wbsio SUBDIR+= wbsio .endif +.if ${MACHINE_CPU} == "aarch64" +SUBDIR+= compat_linux +.endif + .if ${MACHINE_CPU} == "m68k" SUBDIR+= compat_aoutm68k #SUBDIR+= compat_linux