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
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
# Makefrag - makefile fragment for pom
|
|
|
|
pom_DIRS := $(GAMESDIR) $(MAN6DIR)
|
|
|
|
pom_all: pom/pom pom/pom.6
|
|
|
|
pom_install: pom_all
|
|
$(INSTALL_BINARY) pom/pom $(INSTALL_PREFIX)$(GAMESDIR)/pom
|
|
$(HIDE_GAME) pom
|
|
$(INSTALL_MANUAL) pom/pom.6
|
|
|
|
pom_check: pom_all
|
|
pom/pom
|