# Makefile for mod_cvs - /usr/local/sbin/apxs version # $Id: Makefile,v 1.6 1999/05/12 12:44:38 main Exp $ # Using ideas from auth_ldap (Copyright (C), 1998, Enbridge Pipelines Inc.) # Thanks to Bear Giles (bear@coyotesong.com) for the tip # No configuration needs to be done below this point (hopefully) mod_cvs.so: mod_cvs.c /usr/local/sbin/apxs -c ${INCLUDES} ${LIBS} mod_cvs.c all: mod_cvs.so install: mod_cvs.so /usr/local/sbin/apxs -i mod_cvs.so run: install apachectl stop sleep 1 apachectl start clean: rm -f *~ core ${OBJS} mod_cvs.so