blob: 6837fe7378eefad1dd60b9c45fde68c092010c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
</$objtype/mkfile
LIB=/$objtype/lib/libhttpd.a
OFILES=\
alloc.$O\
checkcontent.$O\
date.$O\
fail.$O\
gethead.$O\
hio.$O\
httpfmt.$O\
httpunesc.$O\
lower.$O\
okheaders.$O\
parse.$O\
parsereq.$O\
query.$O\
redirected.$O\
unallowed.$O\
urlfmt.$O\
urlunesc.$O\
HFILES=\
/sys/include/httpd.h\
escape.h\
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
${LIB:/$objtype/%=/386/%}\
</sys/src/cmd/mksyslib
|