Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/release/picobsd/tinyware/simple_httpd/Attic/Makefile,v 1.2 2003/06/17 04:27:20 dillon Exp $
3 #
4 PROG=simple_httpd
5 SRCS=   simple_httpd.c
6 NOMAN=yes
7
8 .include <bsd.prog.mk>