aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorflorian2013-05-23 12:03:24 +0000
committerWynn Wolf Arbor2020-05-24 12:33:55 +0200
commit95abc4e350e418fec9b5fa73551e4f9bf07808d5 (patch)
tree67f8b77dca8af272281bbaffcf56e92fd7984116 /Makefile
downloadslowcgi-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--Makefile8
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>