Module Name:    src
Committed By:   martin
Date:           Wed Sep  4 12:10:00 UTC 2019

Modified Files:
        src/distrib/ews4800mips/floppies/ramdisk: Makefile

Log Message:
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.13 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.13
--- src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.12	Tue Jan 24 18:04:02 2017
+++ src/distrib/ews4800mips/floppies/ramdisk/Makefile	Wed Sep  4 12:10:00 2019
@@ -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 @@ 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