plan9 bug fix

This commit is contained in:
Fulton Browne 2021-10-05 00:31:49 +00:00
parent e97d837337
commit e790286787
1 changed files with 17 additions and 0 deletions

17
mkfile Normal file
View File

@ -0,0 +1,17 @@
# mkfile for Plan 9
</$objtype/mkfile
TARG= ls9
OFILES= ls9.$O
CLEANFILES= ls9.image
CFLAGS= -FVw -Dplan9
ls9.image: $O.out
echo '(dump-image "ls9.image") (save)' | ./$O.out -b \
-l src/disasm.ls9 -l src/sdoc.ls9 -l \
src/man.ls9 -l src/info.ls9 \
-l src/repl.ls9 -l src/boottools.ls9 \
-l src/profile.ls9
</sys/src/cmd/mkone