From 01d6e6494cec862c90d42e7c74c8e00dc31939ab Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 5 Oct 2002 16:08:53 +0000 Subject: first commit git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@536 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- web/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 web/Makefile (limited to 'web/Makefile') 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 -- cgit v1.2.3