summaryrefslogtreecommitdiffstats
path: root/hunt/Makefile.inc
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-04-13 06:07:06 +0000
committersimonb <simonb@NetBSD.org>2000-04-13 06:07:06 +0000
commitb83825244af1cd795330975ed4ccdb6cdd0e5432 (patch)
treecf03690427c7e7f13c0c4a3bb743e58c50ea2aec /hunt/Makefile.inc
parent627751daa679ed2573d0c1467543bdf581519715 (diff)
downloadbsdgames-darwin-b83825244af1cd795330975ed4ccdb6cdd0e5432.tar.gz
bsdgames-darwin-b83825244af1cd795330975ed4ccdb6cdd0e5432.tar.zst
bsdgames-darwin-b83825244af1cd795330975ed4ccdb6cdd0e5432.zip
Curses works - define USE_CURSES for BSD44 and don't try to do our own
thing (using curses internal data structures anyway!).
Diffstat (limited to 'hunt/Makefile.inc')
-rw-r--r--hunt/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc
index 176ad4a0..e350e550 100644
--- a/hunt/Makefile.inc
+++ b/hunt/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 1997/10/22 05:05:21 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.4 2000/04/13 06:07:06 simonb Exp $
#
# Hunt
# Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -39,7 +39,7 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \
# HPUX do special HPUX only hacks
#
DEFS_BSD43= -DINTERNET -DLOG -DBSD_RELEASE=43 -DSIGNAL_TYPE=int
-DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DSIGNAL_TYPE=void
+DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DSIGNAL_TYPE=void -DUSE_CURSES
DEFS_SUN= -DINTERNET -DLOG -DBSD_RELEASE=42 -DBROADCAST -DSIGNAL_TYPE=int
DEFS_SUN4_0= -DINTERNET -DLOG -DSYSLOG_43 -DBROADCAST -DSIGNAL_TYPE=void
DEFS_ULTRIX= -DINTERNET -DLOG -DBSD_RELEASE=42 -DSIGNAL_TYPE=void