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/d5a90f3a6a6c
branches:  trunk
changeset: 988680:d5a90f3a6a6c
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 ac482953a9a2 -r d5a90f3a6a6c 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