blob: a70c5e76060993de650efc539c2ee45c83c7c72d [file] [log] [blame]
rsc9df487d2003-11-23 18:19:35 +00001<$PLAN9/src/mkhdr
2
3LIB=libhttpd.a
4
5OFILES=\
6 alloc.$O\
7 checkcontent.$O\
8 date.$O\
9 fail.$O\
10 gethead.$O\
11 hio.$O\
12 httpfmt.$O\
13 httpunesc.$O\
14 lower.$O\
15 okheaders.$O\
16 parse.$O\
17 parsereq.$O\
18 query.$O\
19 redirected.$O\
20 unallowed.$O\
21 urlfmt.$O\
22 urlunesc.$O\
23
24HFILES=\
25 $PLAN9/include/httpd.h\
26 escape.h\
27
28<$PLAN9/src/mksyslib
29