summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware/simple_httpd/Makefile
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-05-05 07:22:34 +0000
committerabial <abial@FreeBSD.org>1999-05-05 07:22:34 +0000
commit44741b5aa7dec45f5a55515334a0dc37426ac861 (patch)
tree97e2911db844844e3d9c491298a7af476b145536 /release/picobsd/tinyware/simple_httpd/Makefile
parent0a863b6b19e475dde7eed64b31bb1b05a7d9e66c (diff)
downloadFreeBSD-src-44741b5aa7dec45f5a55515334a0dc37426ac861.zip
FreeBSD-src-44741b5aa7dec45f5a55515334a0dc37426ac861.tar.gz
Simple_HTTPd on steroids - major rework of the original program, by
William Lloyd. New features include: * many additional command line options * "fetch" mode * less bugs :-) * better README. Submitted by: William Lloyd <wlloyd@lap.net> Reviewed by: abial
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd/Makefile')
-rw-r--r--release/picobsd/tinyware/simple_httpd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile
index 1c36b52..626f1c1 100644
--- a/release/picobsd/tinyware/simple_httpd/Makefile
+++ b/release/picobsd/tinyware/simple_httpd/Makefile
@@ -1,10 +1,7 @@
-# $Id: Makefile,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $
+# $Id: Makefile,v 1.3 1999/02/12 20:36:13 abial Exp $
#
PROG=simple_httpd
SRCS= simple_httpd.c
-CFLAGS+=-g
NOMAN=yes
.include <bsd.prog.mk>
-
-
OpenPOWER on IntegriCloud