From 2428ed917d4a0c82c956c355de60b6dff1afca23 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 15 Mar 2004 07:29:54 +0000 Subject: no longer maintained git-svn-id: http://opensvn.csie.org/pttbbs/trunk/not-maintained@1594 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- web/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 web/Makefile (limited to 'web/Makefile') diff --git a/web/Makefile b/web/Makefile new file mode 100644 index 00000000..095610b3 --- /dev/null +++ b/web/Makefile @@ -0,0 +1,6 @@ +all: mod_ptt.c mod_ptt.h + apxs -I ../include -c mod_ptt.c ../util/util_cache.c ../util/util_passwd.c ../util/util_record.c + cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so + chmod 775 /usr/local/libexec/apache/mod_ptt.so +clean: + rm -f *.o *.a *.so -- cgit v1.2.3