diff level2/sys/makefile @ 1401:38b29fc7cd5e

i
author boisy
date Wed, 26 Nov 2003 19:06:06 +0000
parents c0c60415ff34
children 8b6f8930847a
line wrap: on
line diff
--- a/level2/sys/makefile	Wed Nov 26 18:07:54 2003 +0000
+++ b/level2/sys/makefile	Wed Nov 26 19:06:06 2003 +0000
@@ -6,7 +6,8 @@
 
 L1TXTFILES	= errmsg password
 L2TXTFILES	= motd
-L2BINFILES	= stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs
+GFXFILES	= stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \
+		ibmedcfont isolatin1font
 HELPFILES	= asm.hp attr.hp \
 		backup.hp basic09.hp binex.hp build.hp \
 		chd.hp chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp \
@@ -35,8 +36,7 @@
 HELPMSG		= helpmsg
 
 TEXTFILES	= $(L2TXTFILES) $(HELPMSG) $(L1TXTFILES)
-BINFILES	= $(L2BINFILES)
-ALLOBJS		= $(TEXTFILES) $(BINFILES)
+ALLOBJS		= $(TEXTFILES) $(GFXFILES)
 
 all:	$(ALLOBJS) $(DEPENDS)
 
@@ -47,10 +47,10 @@
 	-$(SOFTLINK) $(6809L1)/sys/$@
 
 clean:
-	$(RM) $(HELPMSG) $(L1TXTFILES)
+	$(RM) $(HELPMSG) $(L1TXTFILES) $(GFXFILES)
 
-showbinobjs:
-	@$(ECHO) $(BINFILES)
+showgfxobjs:
+	@$(ECHO) $(GFXFILES)
 
 showtextobjs:
 	@$(ECHO) $(TEXTFILES)