view level1/sys/makefile @ 195:ebcece198317

Migrated OS-9 Level Two command
author boisy
date Sun, 14 Jul 2002 05:32:44 +0000 (2002-07-14)
parents 1db3e85d5133
children 5ac4920aa1f7
line wrap: on
line source
include ../../Makefile.rules

DEPENDS		= ./Makefile

DEFS		= errmsg motd password
ALLOBJS		= $(DEFS)

all:	$(ALLOBJS)
	$(UNIX2OS9) $(ALLOBJS)

clean:
	$(OS92UNIX) $(ALLOBJS)

showobjs:
	@echo $(ALLOBJS)