Module Name: src
Committed By: martin
Date: Sat Oct 9 08:21:03 UTC 2021
Modified Files:
src/usr.sbin/sysinst/arch/mipsco: Makefile
Log Message:
Disable some installer options to shrink the ramdisk image
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/mipsco/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/arch/mipsco/Makefile
diff -u src/usr.sbin/sysinst/arch/mipsco/Makefile:1.1 src/usr.sbin/sysinst/arch/mipsco/Makefile:1.2
--- src/usr.sbin/sysinst/arch/mipsco/Makefile:1.1 Sat Jul 26 19:30:46 2014
+++ src/usr.sbin/sysinst/arch/mipsco/Makefile Sat Oct 9 08:21:03 2021
@@ -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"