1# $FreeBSD$
2
3PROG=	httpd
4MAN=
5WARNS?=	3
6DPADD=	${LIBPTHREAD}
7LDADD=	-lpthread
8
9.include <bsd.prog.mk>
10