PLUGIN=whois.so include ../Makefile.plugins ifeq (@WHOIS_BUILD@,1) all: ${PLUGIN} else all: @echo "Not building the whois plugin" endif ifeq (@WHOIS_BUILD@,1) install: all prepare-install ${INSTALL} ${PLUGIN} ${DESTDIR} else install: @echo "Not installing the whois plugin" endif distdir: test -d ../${top_distdir}/plugins/whois || mkdir ../${top_distdir}/plugins/whois # $Id$