freebsd-dev/release/picobsd/tinyware/simple_httpd/Makefile
Daniel O'Callaghan 7621c7c32a Fix Makefile so it works.
Change date format to yyyy/mm/dd hh:mm:ss
Submitted by:	Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-16 03:50:10 +00:00

10 lines
132 B
Makefile

# $Id: Makefile,v 1.1 1998/08/31 13:10:25 abial Exp $
#
PROG=simple_httpd
SRCS= simple_httpd.c
NOMAN=yes
.include <bsd.prog.mk>