Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch/mipsco Disable some installer options ...
details: https://anonhg.NetBSD.org/src/rev/6132331bd283
branches: trunk
changeset: 1024076:6132331bd283
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 09 08:21:03 2021 +0000
description:
Disable some installer options to shrink the ramdisk image
diffstat:
usr.sbin/sysinst/arch/mipsco/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r ef62a610da92 -r 6132331bd283 usr.sbin/sysinst/arch/mipsco/Makefile
--- a/usr.sbin/sysinst/arch/mipsco/Makefile Sat Oct 09 07:01:34 2021 +0000
+++ b/usr.sbin/sysinst/arch/mipsco/Makefile Sat Oct 09 08:21:03 2021 +0000
@@ -1,6 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2014/07/26 19:30:46 dholland Exp $
+# $NetBSD: Makefile,v 1.2 2021/10/09 08:21:03 martin Exp $
#
# Makefile for mipsco
#
+.ifdef SMALLPROG
+NOPARTMAN= yes
+NO_CLONES= yes
+.endif
+
.include "../../Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index