#	$Id: Makefile,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $
#
PROG=simple_httpd
SRCS= 	simple_httpd.c
CFLAGS+=-g
NOMAN=yes

.include <bsd.prog.mk>


