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