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/compat/common/Attic/Makefile.sysio,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/common/Attic/Makefile.sysio,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7.18.14 retrieving revision 1.7.18.15 diff -u -p -r1.7.18.14 -r1.7.18.15 --- src/sys/compat/common/Attic/Makefile.sysio 2018/03/25 09:16:07 1.7.18.14 +++ src/sys/compat/common/Attic/Makefile.sysio 2018/03/25 10:38:51 1.7.18.15 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sysio,v 1.7.18.14 2018/03/25 09:16:07 pgoyette Exp $ +# $NetBSD: Makefile.sysio,v 1.7.18.15 2018/03/25 10:38:51 pgoyette Exp $ # Sources for syscall and ioctl compatibility across the versions. @@ -64,4 +64,6 @@ SRCS+= wsevent_50.c # x86-specific compatability code for NetBSD 6.0 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" CPPFLAGS+= -DCPU_UCODE +.PATH: ${S}/arch/x86/x86 +SRCS+= compat_60_cpu_ucode.c .endif