summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware/simple_httpd/Makefile
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1999-01-16 03:50:10 +0000
committerdanny <danny@FreeBSD.org>1999-01-16 03:50:10 +0000
commitfb44d81b919e10cfc8db357983a141feabcca8cc (patch)
treed5922acc05dc3a04df627261cf7773f7ab92249f /release/picobsd/tinyware/simple_httpd/Makefile
parent7144bbc986da014cbfcc68a6db0739b1e664a5a9 (diff)
downloadFreeBSD-src-fb44d81b919e10cfc8db357983a141feabcca8cc.zip
FreeBSD-src-fb44d81b919e10cfc8db357983a141feabcca8cc.tar.gz
Fix Makefile so it works.
Change date format to yyyy/mm/dd hh:mm:ss Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd/Makefile')
-rw-r--r--release/picobsd/tinyware/simple_httpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile
index 20b9ed4..10ea6df 100644
--- a/release/picobsd/tinyware/simple_httpd/Makefile
+++ b/release/picobsd/tinyware/simple_httpd/Makefile
@@ -1,7 +1,7 @@
-# $Id$
+# $Id: Makefile,v 1.1 1998/08/31 13:10:25 abial Exp $
#
-PROG=simple_httpd.
-SRCS= simple_httpd..c
+PROG=simple_httpd
+SRCS= simple_httpd.c
NOMAN=yes
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud