Module Name: src Committed By: martin Date: Fri Nov 1 14:54:15 UTC 2024
Modified Files: src/etc/etc.evbppc [netbsd-10]: Makefile.inc Log Message: Pull up following revision(s) (requested by jmcneill in ticket #995): etc/etc.evbppc/Makefile.inc: revision 1.16 evbppc: Include X sets in wii.img To generate a diff of this commit: cvs rdiff -u -r1.14.6.1 -r1.14.6.2 src/etc/etc.evbppc/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/etc.evbppc/Makefile.inc diff -u src/etc/etc.evbppc/Makefile.inc:1.14.6.1 src/etc/etc.evbppc/Makefile.inc:1.14.6.2 --- src/etc/etc.evbppc/Makefile.inc:1.14.6.1 Sat Feb 3 11:47:04 2024 +++ src/etc/etc.evbppc/Makefile.inc Fri Nov 1 14:54:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.14.6.1 2024/02/03 11:47:04 martin Exp $ +# $NetBSD: Makefile.inc,v 1.14.6.2 2024/11/01 14:54:15 martin Exp $ # # etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets # @@ -61,7 +61,7 @@ __mkimage: .USE .if ${MACHINE_ARCH} == "powerpc" smp_wii: __mkimage -MKI_OPTS.smp_wii= -K ${IMAGE.kern} +MKI_OPTS.smp_wii= -K ${IMAGE.kern} -x SNAP_MD_POST_DEPS+= smp_wii INSTALLATION_DIRS+= binary/gzimg .endif