Module Name: src Committed By: tsutsui Date: Fri Feb 7 17:31:45 UTC 2025
Modified Files: src/distrib/sun2/liveimage/emuimage: Makefile Log Message: 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.5 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.5 --- src/distrib/sun2/liveimage/emuimage/Makefile:1.4 Sat Dec 15 18:03:18 2018 +++ src/distrib/sun2/liveimage/emuimage/Makefile Fri Feb 7 17:31:45 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/12/15 18:03:18 gson Exp $ +# $NetBSD: Makefile,v 1.5 2025/02/07 17:31:45 tsutsui 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"