Module Name: src Committed By: martin Date: Sat Feb 22 12:59:26 UTC 2025
Modified Files: src/distrib/sun2/liveimage/emuimage [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1060): distrib/sun2/liveimage/emuimage/Makefile: revision 1.5 sun2 doesn't have shared libraries so omit comp etc. to reduce image size. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.10.1 src/distrib/sun2/liveimage/emuimage/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sun2/liveimage/emuimage/Makefile diff -u src/distrib/sun2/liveimage/emuimage/Makefile:1.4 src/distrib/sun2/liveimage/emuimage/Makefile:1.4.10.1 --- src/distrib/sun2/liveimage/emuimage/Makefile:1.4 Sat Dec 15 18:03:18 2018 +++ src/distrib/sun2/liveimage/emuimage/Makefile Sat Feb 22 12:59:26 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/12/15 18:03:18 gson Exp $ +# $NetBSD: Makefile,v 1.4.10.1 2025/02/22 12:59:26 martin Exp $ LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun2-live # gives ${IMGBASE}.img @@ -14,4 +14,7 @@ SECONDARY_BOOT_ARG= /${SECONDARY_BOOT} #USE_SUNLABEL= yes # sun2 PROM doesn't read sunlabel +# sun2 doesn't have shared libraries so omit comp etc. to reduce image size. +SETS= modules base etc games misc text + .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"