summaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql_another/files/Makefile
blob: 1e6b9086cd4edc5be2594407df938e872cb18ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# $FreeBSD$
#
all: build

build:
	%%APXS%% -c -L%%AP_LIB%% -I%%AP_INC%% -lmysqlclient -lm -lz mod_auth_mysql.c

install:
	%%APXS%% -i mod_auth_mysql.so