Files
BSDGames/fortune/fortune/Makefrag
joey 03272d67da Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
1999-09-08 23:56:51 +00:00

13 lines
445 B
Plaintext

# 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