Module Name:    src
Committed By:   msaitoh
Date:           Thu Sep  5 03:40:07 UTC 2019

Modified Files:
        src/distrib/ews4800mips/floppies/ramdisk [netbsd-9]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.14.1 \
    src/distrib/ews4800mips/floppies/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ews4800mips/floppies/ramdisk/Makefile
diff -u src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.12 src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.12.14.1
--- src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.12	Tue Jan 24 18:04:02 2017
+++ src/distrib/ews4800mips/floppies/ramdisk/Makefile	Thu Sep  5 03:40:07 2019
@@ -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 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack
+HACK_CURSES=	yes
 .include	"${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:	libhack.o
 

Reply via email to