1f1d877797
Build for apache1.3 too. Remove package list, we autobuild it.
10 lines
154 B
Makefile
10 lines
154 B
Makefile
#
|
|
# $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
|