summaryrefslogtreecommitdiffstats
path: root/web/Makefile
blob: 448304193fff69e36bfc6d423f359e2ebe6b1133 (plain) (blame)
1
2
3
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