diff options
author | florian | 2013-05-23 12:03:24 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 12:33:55 +0200 |
commit | 95abc4e350e418fec9b5fa73551e4f9bf07808d5 (patch) | |
tree | 67f8b77dca8af272281bbaffcf56e92fd7984116 /Makefile | |
download | slowcgi-95abc4e350e418fec9b5fa73551e4f9bf07808d5.tar.gz |
Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree. Not hooked up to the build yet. OK sthen@, deraadt@ agrees
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e09a600 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2013/05/23 12:03:24 florian Exp $ + +PROG= slowcgi +SRCS= slowcgi.c +LDADD= -levent +DPADD= ${LIBEVENT} +MAN= slowcgi.8 +.include <bsd.prog.mk> |