mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
11
battlestar/Makefrag
Normal file
11
battlestar/Makefrag
Normal file
@@ -0,0 +1,11 @@
|
||||
# Makefrag - makefile fragment for battlestar
|
||||
|
||||
battlestar_DIRS := $(GAMESDIR) $(MAN6DIR)
|
||||
|
||||
battlestar_all: battlestar/battlestar battlestar/battlestar.6
|
||||
|
||||
battlestar_install: battlestar_all
|
||||
$(INSTALL_SCORE_GAME) battlestar/battlestar $(INSTALL_PREFIX)$(GAMESDIR)/battlestar
|
||||
$(HIDE_GAME) battlestar
|
||||
$(INSTALL_MANUAL) battlestar/battlestar.6
|
||||
$(INSTALL_SCORE_FILE) $(BATTLESTAR_SCOREFILE)
|
||||
Reference in New Issue
Block a user