-# $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
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
# Generic definitions
#
DEFS= $(GAME_PARAM) $(DEFS_BSD44)
-CPPFLAGS+= $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
+CPPFLAGS+= $(SYSCFLAGS) $(DEFS)
.include "../Makefile.inc"