freebsd-ports/www/mod_auth_mysql_another/files/Makefile
Martin Blapp 1f1d877797 Unbreak for apxs 1.2+ and apache 2+
Build for apache1.3 too.
Remove package list, we autobuild it.
2006-04-15 13:21:00 +00:00

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