.PHONY:	install all

PREFIX?=	/usr/local

all:

install:
	install -Dm 0555 search.tcl ${PREFIX}/libexec/irctk/search.tcl
