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
342 B
Plaintext
13 lines
342 B
Plaintext
# 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
|