]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/2a/mkfile
9bootfat: rename open() to fileinit and make it static as its really a internal funct...
[plan9front.git] / sys / src / cmd / 2a / mkfile
1 </$objtype/mkfile
2
3 TARG=2a
4 OFILES=\
5         y.tab.$O\
6         lex.$O\
7
8 HFILES=\
9         ../2c/2.out.h\
10         y.tab.h\
11         a.h\
12
13 YFILES=a.y
14
15 BIN=/$objtype/bin
16 < /sys/src/cmd/mkone
17 YFLAGS=-D1 -d
18
19 lex.$O: ../cc/macbody ../cc/lexbody ../cc/compat