Source-Changes-HG archive

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

[src/netbsd-9]: src/distrib/ews4800mips/floppies/ramdisk Pull up following re...



details:   https://anonhg.NetBSD.org/src/rev/43bb255583fa
branches:  netbsd-9
changeset: 458304:43bb255583fa
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 05 03:40:07 2019 +0000

description:
Pull up following revision(s) (requested by martin in ticket #176):
        distrib/ews4800mips/floppies/ramdisk/Makefile: revision 1.13
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 7b614a68cc26 -r 43bb255583fa distrib/ews4800mips/floppies/ramdisk/Makefile
--- a/distrib/ews4800mips/floppies/ramdisk/Makefile     Tue Sep 03 07:48:51 2019 +0000
+++ b/distrib/ews4800mips/floppies/ramdisk/Makefile     Thu Sep 05 03:40:07 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2017/01/24 18:04:02 christos Exp $
+#      $NetBSD: Makefile,v 1.12.14.1 2019/09/05 03:40:07 msaitoh 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