diff options
author | abial <abial@FreeBSD.org> | 1998-08-31 13:10:25 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-08-31 13:10:25 +0000 |
commit | 91f26db7f197e6b06edeefdfa2858b8433db5d71 (patch) | |
tree | a3138cd003056b2f0e00c27f84c4d68f7f635272 | |
parent | fb9aadfdf412d76971e4e78ea73140f2980a7af7 (diff) | |
download | FreeBSD-src-91f26db7f197e6b06edeefdfa2858b8433db5d71.zip FreeBSD-src-91f26db7f197e6b06edeefdfa2858b8433db5d71.tar.gz |
Oops.. Forgot to add the Makefile
Submitted by: Jim Flowers <jflowers@ezo.net>
-rw-r--r-- | release/picobsd/tinyware/simple_httpd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile new file mode 100644 index 0000000..20b9ed4 --- /dev/null +++ b/release/picobsd/tinyware/simple_httpd/Makefile @@ -0,0 +1,9 @@ +# $Id$ +# +PROG=simple_httpd. +SRCS= simple_httpd..c +NOMAN=yes + +.include <bsd.prog.mk> + + |