mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
13 lines
445 B
Plaintext
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
|