#
#	Set to one if you want the powerup/down hooks installed
#	Requires rick@remotepoint.com's x10 home control package.
#
WANTHOOKS=0

all:

install: all
	cp -a hp4laser /usr/local/bin
	if [ $(WANTHOOKS) = 1 -o `uname -n` = ipcroe.rkkda.com ]; then \
		cp -a hp4laser.end /usr/local/bin; \
		cp -a hp4laser.start /usr/local/bin; \
	fi
