]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hunt/Makefile.inc
fix for OpenSSL-1.1
[bsdgames-darwin.git] / hunt / Makefile.inc
index 008fbae6715fb5f431f31749a8aae74c86089023..bcbded0435bff0c15a5d11e797e587de9b6e0aa6 100644 (file)
@@ -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
 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"