summaryrefslogtreecommitdiffstats
path: root/hunt/Makefile.inc
diff options
context:
space:
mode:
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"