Module Name: src Committed By: pgoyette Date: Mon May 20 17:32:51 UTC 2024
Modified Files: src/sys/modules: Makefile Log Message: Don't build the compat_110 module yet - there's no release_110 with which we can be compatable. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/sys/modules/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/modules/Makefile diff -u src/sys/modules/Makefile:1.288 src/sys/modules/Makefile:1.289 --- src/sys/modules/Makefile:1.288 Mon May 20 13:34:12 2024 +++ src/sys/modules/Makefile Mon May 20 17:32:51 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.288 2024/05/20 13:34:12 riastradh Exp $ +# $NetBSD: Makefile,v 1.289 2024/05/20 17:32:51 pgoyette Exp $ .include <bsd.own.mk> @@ -322,7 +322,6 @@ SUBDIR+= compat_netbsd32_20 compat_netbs SUBDIR+= compat_netbsd32_40 compat_netbsd32_50 SUBDIR+= compat_netbsd32_60 compat_netbsd32_80 SUBDIR+= compat_netbsd32_90 compat_netbsd32_100 -SUBDIR+= compat_netbsd32_110 SUBDIR+= compat_netbsd32_43 SUBDIR+= compat_netbsd32_coredump SUBDIR+= compat_netbsd32_mqueue @@ -514,6 +513,14 @@ SUBDIR+= virtio_pci SUBDIR+= vioscsi .endif +# We need these four locally XXX-PRG +.if ${MACHINE_ARCH} == "x86_64" +SUBDIR+= ld +SUBDIR+= ld_nvme +SUBDIR+= nvme +SUBDIR+= ksem +.endif + SUBDIR+= examples # build these regularly to avoid bit-rot .endif