Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/ews4800mips/floppies/ramdisk Use the non wide char l...



details:   https://anonhg.NetBSD.org/src/rev/bb1abf0dc398
branches:  trunk
changeset: 459326:bb1abf0dc398
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 04 12:10:00 2019 +0000

description:
Use the non wide char libcurses version for the ramdisk to save space.

diffstat:

 distrib/ews4800mips/floppies/ramdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f0c6a3d8beb -r bb1abf0dc398 distrib/ews4800mips/floppies/ramdisk/Makefile
--- a/distrib/ews4800mips/floppies/ramdisk/Makefile     Wed Sep 04 10:34:04 2019 +0000
+++ b/distrib/ews4800mips/floppies/ramdisk/Makefile     Wed Sep 04 12:10:00 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2017/01/24 18:04:02 christos Exp $
+#      $NetBSD: Makefile,v 1.13 2019/09/04 12:10:00 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -26,6 +26,7 @@
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=       ${DISTRIBDIR}/utils/libhack
+HACK_CURSES=   yes
 .include       "${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:  libhack.o
 



Home | Main Index | Thread Index | Old Index