summaryrefslogtreecommitdiffstats
path: root/web/Makefile
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-10-06 00:08:53 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-10-06 00:08:53 +0800
commit01d6e6494cec862c90d42e7c74c8e00dc31939ab (patch)
tree71e90150be1c0f0ae66ba71a0e91ff194d9b7260 /web/Makefile
parent5dee79db0de04ee9601edbed8369145c049662fa (diff)
downloadpttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.gz
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.bz2
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.lz
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.xz
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.zst
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.zip
first commit
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@536 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/Makefile b/web/Makefile
new file mode 100644
index 00000000..44830419
--- /dev/null
+++ b/web/Makefile
@@ -0,0 +1,4 @@
+all: mod_ptt.c mod_ptt.h
+ apxs -I ../include -c mod_ptt.c
+ cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so
+ chmod 755 /usr/local/libexec/apache/mod_ptt.so