mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 11:24: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:
12
hunt/huntd/Makefrag
Normal file
12
hunt/huntd/Makefrag
Normal file
@@ -0,0 +1,12 @@
|
||||
# Makefrag - makefile fragment for hunt/huntd
|
||||
|
||||
include hunt/Makeconfig
|
||||
|
||||
hunt_huntd_DEFS := $(hunt_DEFS)
|
||||
hunt_huntd_DIRS := $(SBINDIR) $(MAN6DIR)
|
||||
|
||||
hunt_huntd_all: hunt/huntd/huntd hunt/huntd/huntd.6
|
||||
|
||||
hunt_huntd_install: hunt_huntd_all
|
||||
$(INSTALL_DAEMON) hunt/huntd/huntd $(INSTALL_PREFIX)$(SBINDIR)/huntd
|
||||
$(INSTALL_MANUAL) hunt/huntd/huntd.6
|
||||
Reference in New Issue
Block a user