# Makefile for OS-9 Level One SYS/ include ../../Makefile.rules DEPENDS = ./Makefile SYSFILES = errmsg motd password HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ dir.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp \ error.hp ex.hp exbin.hp exmode.hp format.hp free.hp gfx.hp \ help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ park.hp procs.hp prompt.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp HELPMSG = helpmsg ALLOBJS = $(SYSFILES) $(HELPMSG) all: $(ALLOBJS) helpmsg: $(HELPFILES) $(MERGE) $(HELPFILES) > $@ clean: $(RM) $(HELPMSG) showobjs: @$(ECHO) $(ALLOBJS)