summaryrefslogtreecommitdiff
path: root/apache/mksuexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apache/mksuexec/Makefile')
-rw-r--r--apache/mksuexec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/apache/mksuexec/Makefile b/apache/mksuexec/Makefile
new file mode 100644
index 0000000..2e1bd79
--- /dev/null
+++ b/apache/mksuexec/Makefile
@@ -0,0 +1,5 @@
+suexec-home:
+ gcc -lm -lcrypt -ldb -ldl -I/usr/include/apache-1.3 -DAP_DOC_ROOT=/home -o suexec-home suexec.c
+
+suexec2-prefork-home:
+ gcc -lm -lcrypt -ldb -ldl -I/usr/include/apache2 -I/usr/include/apr-0 -DAP_DOC_ROOT=/home -o suexec-prefork-home suexec.c