1# $FreeBSD$
2#
3PROG=simple_httpd
4SRCS= 	simple_httpd.c
5NO_MAN=
6WARNS?=6
7
8.include <bsd.prog.mk>
9