SCRIPTS= isabs

install:
	test -d /etc/cron.daily && install -m 744 -o root -g root $(SCRIPTS) /etc/cron.daily

clean:
	-rm -f *~

