tmkfile - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- tmkfile (331B) --- 1 <$PLAN9/src/mkhdr 2 3 LIB=libhttpd.a 4 5 OFILES=\ 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 24 HFILES=\ 25 $PLAN9/include/httpd.h\ 26 escape.h\ 27 28 <$PLAN9/src/mksyslib 29 |