#-----------------------------------------------------------------------------#
# Sub Level Makefile                                                          #
#-----------------------------------------------------------------------------#

PCCF = ../cf
include $(PCCF)/Makefile.defs

SERVERFILES	:= altavista.def excite.def hotbot.def lycos.def webcrawler.def anzwers.def fastsearch.def infoseek.def northernlights.def directhit.def google.def inktomi.def test.def

# Default is to do nothing

default:

# Install rules

install: 
	@$(install-textfiles) $(PCSERVERDIR) $(SERVERFILES)
