diff level2/sys/makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents 69e75af20e16
children c0c60415ff34
line wrap: on
line diff
--- a/level2/sys/makefile	Fri Sep 26 11:23:57 2003 +0000
+++ b/level2/sys/makefile	Fri Sep 26 12:26:10 2003 +0000
@@ -1,10 +1,8 @@
-# Makefile for OS-9 Level Two SYS/
-
-include ../../Makefile.rules
+include ../../rules.mak
 
-vpath %.hp $(LEVEL1)/SYS
+vpath %.hp $(6809L1)/sys
 
-DEPENDS		= ./Makefile
+DEPENDS		= ./makefile
 
 L1TXTFILES	= errmsg password
 L2TXTFILES	= motd
@@ -45,8 +43,8 @@
 $(HELPMSG): $(HELPFILES)
 	$(MERGE) $^ > $@
 
-$(L1TXTFILES): $(LEVEL1)/SYS/$@
-	-$(SOFTLINK) $(LEVEL1)/SYS/$@
+$(L1TXTFILES): $(6809L1)/sys/$@
+	-$(SOFTLINK) $(6809L1)/sys/$@
 
 clean:
 	$(RM) $(HELPMSG) $(L1TXTFILES)