diff options
author | Daniel O'Callaghan <danny@FreeBSD.org> | 1999-01-16 03:50:10 +0000 |
---|---|---|
committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1999-01-16 03:50:10 +0000 |
commit | 7621c7c32ab34eeb6028dec1d958d88857ed4487 (patch) | |
tree | 9dd5c71900959cffe618972b5a134f1dfbd1324b /release/picobsd/tinyware/simple_httpd/Makefile | |
parent | 5e2697357117c7f4cfcfff051f610c24fdaa8a3d (diff) | |
download | src-7621c7c32ab34eeb6028dec1d958d88857ed4487.tar.gz src-7621c7c32ab34eeb6028dec1d958d88857ed4487.zip |
Fix Makefile so it works.
Change date format to yyyy/mm/dd hh:mm:ss
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Notes
Notes:
svn path=/head/; revision=42714
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd/Makefile')
-rw-r--r-- | release/picobsd/tinyware/simple_httpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile index 20b9ed4c3ee2..10ea6df7be54 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> |