# strfile(8) should be distributed together with fortune(6).  Note
# that fortune(6) may be in /usr/bin/ while strfile(8) may be in
# /usr/sbin/...

STRFILE=/usr/sbin/strfile

rj.tar.gz: rj rj.dat Makefile README
	tar czf $@ $^

%.dat: %
	$(STRFILE) $<
