]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libhttpd/mkfile
upas/Mail: avoid showing empty To: and CC: lines in compose windows
[plan9front.git] / sys / src / libhttpd / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libhttpd.a
4 OFILES=\
5         alloc.$O\
6         checkcontent.$O\
7         date.$O\
8         fail.$O\
9         gethead.$O\
10         hio.$O\
11         httpfmt.$O\
12         httpunesc.$O\
13         lower.$O\
14         okheaders.$O\
15         parse.$O\
16         parsereq.$O\
17         query.$O\
18         redirected.$O\
19         unallowed.$O\
20         urlfmt.$O\
21         urlunesc.$O\
22
23 HFILES=\
24         /sys/include/httpd.h\
25         escape.h\
26
27 UPDATE=\
28         mkfile\
29         $HFILES\
30         ${OFILES:%.$O=%.c}\
31         ${LIB:/$objtype/%=/386/%}\
32
33 </sys/src/cmd/mksyslib