1</$objtype/mkfile 2 3LIB=/$objtype/lib/libhttpd.a 4OFILES=\ 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 23HFILES=\ 24 /sys/include/httpd.h\ 25 escape.h\ 26 27UPDATE=\ 28 mkfile\ 29 $HFILES\ 30 ${OFILES:%.$O=%.c}\ 31 ${LIB:/$objtype/%=/386/%}\ 32 33</sys/src/cmd/mksyslib 34