From b8e5b1fd45eaa69e4942c4855a9d3c05fd14e554 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 22:11:19 +0000 Subject: handle compiled-in pathnames the customary way --- hunt/Makefile.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hunt/Makefile.inc') 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 @@ -48,6 +48,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 @@ -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" -- cgit v1.2.3-56-ge451