mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
30 lines
343 B
Makefile
30 lines
343 B
Makefile
PLAN9=../..
|
|
<$PLAN9/src/mkhdr
|
|
|
|
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=\
|
|
$PLAN9/include/httpd.h\
|
|
escape.h\
|
|
|
|
<$PLAN9/src/mksyslib
|
|
|