Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / picobsd / tinyware / simple_httpd / Makefile
1 # $FreeBSD: src/release/picobsd/tinyware/simple_httpd/Makefile,v 1.6 1999/08/28 01:33:59 peter Exp $
2 #
3 PROG=simple_httpd
4 SRCS=   simple_httpd.c
5 NOMAN=yes
6
7 .include <bsd.prog.mk>