summaryrefslogtreecommitdiffstats
path: root/hunt/Makefile.inc
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 22:11:19 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 22:11:19 +0000
commitb8e5b1fd45eaa69e4942c4855a9d3c05fd14e554 (patch)
treea209bfffeeb00968fc2f8d2148f03f3c2b1744e7 /hunt/Makefile.inc
parent39baeb1c2eb138565c2e60d1375675be5e252148 (diff)
downloadbsdgames-darwin-b8e5b1fd45eaa69e4942c4855a9d3c05fd14e554.tar.gz
bsdgames-darwin-b8e5b1fd45eaa69e4942c4855a9d3c05fd14e554.tar.zst
bsdgames-darwin-b8e5b1fd45eaa69e4942c4855a9d3c05fd14e554.zip
handle compiled-in pathnames the customary way
Diffstat (limited to 'hunt/Makefile.inc')
-rw-r--r--hunt/Makefile.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc
index 008fbae6..bcbded04 100644
--- a/hunt/Makefile.inc
+++ b/hunt/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2009/07/04 07:51:34 dholland Exp $
+# $NetBSD: Makefile.inc,v 1.12 2014/03/29 22:11:19 dholland Exp $
#
#
# Hunt
@@ -49,6 +49,11 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \
-DOTTO
#
+# Perhaps, compile in a specific non-default huntd to run, for debugging:
+#CPPFLAGS+= -DOVERRIDE_PATH_HUNTD=\"/home/socr/a/conrad/games/src/hunt/huntd.dbg\"
+
+
+#
# System parameter flags are:
# DEBUG Don't trust everything in the code
# INTERNET Use the Internet domain IPC instead of UNIX domain
@@ -82,6 +87,6 @@ SYSLIBS=
# Generic definitions
#
DEFS= $(GAME_PARAM) $(DEFS_BSD44)
-CPPFLAGS+= $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
+CPPFLAGS+= $(SYSCFLAGS) $(DEFS)
.include "../Makefile.inc"