changeset 2728:09c66281e12a lwtools-port

Fixes
author Boisy Pitre <boisy.pitre@nuance.com>
date Wed, 01 Aug 2012 19:18:46 -0500
parents f4870404ccc9
children 8a4c73c4bc8c
files level2/coco3/bootfiles/makefile level2/coco3/sys/makefile
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile	Tue Jul 31 13:56:20 2012 -0500
+++ b/level2/coco3/bootfiles/makefile	Wed Aug 01 19:18:46 2012 -0500
@@ -77,6 +77,7 @@
 BOOTFILE_DW	= $(MD)/krnp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(RBDW) \
+		$(FLOPPY_40D) \
           $(MD)/ddx0.dd \
 		$(MD)/scf.mn \
 		$(VTIO_COGRF_80) \
--- a/level2/coco3/sys/makefile	Tue Jul 31 13:56:20 2012 -0500
+++ b/level2/coco3/sys/makefile	Wed Aug 01 19:18:46 2012 -0500
@@ -59,7 +59,7 @@
 	@$(ECHO) $(BINFILES)
 
 showtextobjs:
-	@$(ECHO) $(TEXTFILES)
+	@$(ECHO) $(TEXTFILES) inetd.conf
 
 showobjs:
 	@$(ECHO) $(ALLOBJS)