diff level1/sys/makefile @ 106:1db3e85d5133

SYS files for Level 1
author boisy
date Sat, 06 Jul 2002 15:27:58 +0000
parents
children 5ac4920aa1f7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/makefile	Sat Jul 06 15:27:58 2002 +0000
@@ -0,0 +1,15 @@
+include ../../Makefile.rules
+
+DEPENDS		= ./Makefile
+
+DEFS		= errmsg motd password
+ALLOBJS		= $(DEFS)
+
+all:	$(ALLOBJS)
+	$(UNIX2OS9) $(ALLOBJS)
+
+clean:
+	$(OS92UNIX) $(ALLOBJS)
+
+showobjs:
+	@echo $(ALLOBJS)