# Makefrag - makefile fragment for fortune/fortune

fortune_fortune_DEFS := -DHAVE_REGCOMP
fortune_fortune_DIRS := $(GAMESDIR) $(MAN6DIR)
fortune_fortune_INCS := -Ifortune/strfile

fortune_fortune_all:	fortune/fortune/fortune fortune/fortune/fortune.6

fortune_fortune_install:	fortune_fortune_all
	$(INSTALL_BINARY) fortune/fortune/fortune $(INSTALL_PREFIX)$(GAMESDIR)/fortune
	$(HIDE_GAME) fortune
	$(INSTALL_MANUAL) fortune/fortune/fortune.6
