# /etc/systraq/Makefile

filetraq.conf: filetraq.main.conf filetraq.tail.conf
	echo '# $@: generated from $^' | \
          cat - filetraq.main.conf filetraq.tail.conf > $@

filetraq.main.conf:
	echo '# $@: automatically generated' > $@
	( find /etc -perm -a+r -type f | sort ; \
          ls -1 /home/*/.ssh/a* ) | sort >> $@

.PHONY: filetraq.main.conf
