Mercurial > hg > Members > kono > nitros9-code
view level1/sys/makefile @ 1834:87865128c951
Added defines for bit 2 of IT.DNS, which is track 0 density flag for format
author | afra |
---|---|
date | Tue, 31 May 2005 15:19:07 +0000 |
parents | 6f066e2f3ee2 |
children | 0382b69961f2 |
line wrap: on
line source
include ../../rules.mak 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 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 megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \ padrom.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)