1# $FreeBSD$
2
3PROG=	httpd
4MAN=
5WARNS?=	3
6LIBADD=	pthread
7
8.include <bsd.prog.mk>
9