# If you get errors in installation, replace FORTUNE_DIR with the
# path to your system's fortune files!
#
# redhat systems
FORTUNE_DIR = /usr/share/games/fortune
# slackware and debian
#FORTUNE_DIR = /usr/share/games/fortunes

zippy.dat: zippy
	strfile zippy

install:
	@echo "Installing files to $(FORTUNE_DIR)"
	cp zippy zippy.dat $(FORTUNE_DIR)

uninstall:
	rm $(FORTUNE_DIR)/zippy $(FORTUNE_DIR)/zippy.dat
