]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libhtml/mkfile
ndb/dns: lookup *all* entries in dblookup(), v4 and v6 queries in parallel, remove...
[plan9front.git] / sys / src / libhtml / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libhtml.a
4
5 OFILES=\
6         build.$O\
7         lex.$O\
8         strinttab.$O\
9         utils.$O\
10
11 HFILES=\
12         /sys/include/html.h\
13         impl.h\
14
15 UPDATE=\
16         mkfile\
17         $HFILES\
18         ${OFILES:%.$O=%.c}\
19         ${LIB:/$objtype/%=/386/%}\
20
21 </sys/src/cmd/mksyslib