diff level1/cmds/makefile @ 216:b410fadf8c9b

added inkey
author boisy
date Mon, 15 Jul 2002 22:39:35 +0000
parents ebcece198317
children c9803b86c85a
line wrap: on
line diff
--- a/level1/cmds/makefile	Mon Jul 15 22:38:10 2002 +0000
+++ b/level1/cmds/makefile	Mon Jul 15 22:39:35 2002 +0000
@@ -3,13 +3,14 @@
 DEPENDS		= ./Makefile
 
 CMDS		= asm attr backup binex build cobbler cobbler_d64 copy date \
-		dcheck debug del deldir dir display dsave dump \
+		dcheck debug deiniz del deldir dir display dsave dump \
 		echo edit exbin format format_d64 free grfo ident iniz link list \
 		load login makdir mdir merge mfree os9gen os9gen_d64 \
 		park printerr procs pwd pxd \
 		rename save setime shell sleep tee tmode tsmon \
 		tuneport unlink verify xmode
-ALLOBJS		= $(CMDS)
+SUBRTNS		= inkey
+ALLOBJS		= $(CMDS) $(SUBRTNS)
 
 all:	$(ALLOBJS)
 	$(CHMOD) a+rx $(ALLOBJS)