mirror of
https://github.com/vattam/BSDGames.git
synced 2026-02-04 17: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:
13
pig/Makefrag
Normal file
13
pig/Makefrag
Normal file
@@ -0,0 +1,13 @@
|
||||
# Makefrag - makefile fragment for pig
|
||||
|
||||
pig_DIRS := $(GAMESDIR) $(MAN6DIR)
|
||||
|
||||
pig_all: pig/pig pig/pig.6
|
||||
|
||||
pig_install: pig_all
|
||||
$(INSTALL_BINARY) pig/pig $(INSTALL_PREFIX)$(GAMESDIR)/pig
|
||||
$(HIDE_GAME) pig
|
||||
$(INSTALL_MANUAL) pig/pig.6
|
||||
|
||||
pig_check: pig_all
|
||||
echo "This is a test" |pig/pig
|
||||
Reference in New Issue
Block a user