aboutsummaryrefslogtreecommitdiff
path: root/src/libhttpd/mkfile
blob: a70c5e76060993de650efc539c2ee45c83c7c72d (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
<$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