.PHONY:	install all

PREFIX?=	/usr/local

all:

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