summaryrefslogtreecommitdiffstats
path: root/hunt/Makefile.inc
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-07-04 07:10:22 +0000
committerdholland <dholland@NetBSD.org>2009-07-04 07:10:22 +0000
commit2e8daf459306ea1d8374438d469f60aa0149aa32 (patch)
treef8ac868239c10468429ad0ae7a90a340de2c89d3 /hunt/Makefile.inc
parent90a7b8b0ddece21340e896e8cec8e3f8ef4383d3 (diff)
downloadbsdgames-darwin-2e8daf459306ea1d8374438d469f60aa0149aa32.tar.gz
bsdgames-darwin-2e8daf459306ea1d8374438d469f60aa0149aa32.tar.zst
bsdgames-darwin-2e8daf459306ea1d8374438d469f60aa0149aa32.zip
Remove the non-curses screen handling, since it relies on knowing
about various internals of SVR4 curses, old BSD curses, and/or other unclean things. (Yes, the non-curses handling still used bits of curses. Fie.)
Diffstat (limited to 'hunt/Makefile.inc')
-rw-r--r--hunt/Makefile.inc10
1 files changed, 4 insertions, 6 deletions
diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc
index 7d64e776..409a49c0 100644
--- a/hunt/Makefile.inc
+++ b/hunt/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2009/07/04 06:38:34 dholland Exp $
+# $NetBSD: Makefile.inc,v 1.10 2009/07/04 07:10:22 dholland Exp $
#
#
# Hunt
@@ -55,21 +55,19 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \
# LOG Use syslog error-logging in driver
# OLDIPC Use 4.1a internet system calls (must also define
# INTERNET)
-# TERMINFO Use terminfo instead of termcap
# LOG Use syslog(3) for logging errors
# BSD_RELEASE Which version of BSD distribution
# 42 is 4.2BSD
# 43 is 4.3BSD (implies BROADCAST)
-# USE_CURSES Use curses for everything (automatic w/TERMINFO)
# HPUX do special HPUX only hacks
#
DEFS_BSD43= -DINTERNET -DLOG -DBSD_RELEASE=43
-DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES
+DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44
DEFS_SUN= -DINTERNET -DLOG -DBSD_RELEASE=42 -DBROADCAST
DEFS_SUN4_0= -DINTERNET -DLOG -DBROADCAST
DEFS_ULTRIX= -DINTERNET -DLOG -DBSD_RELEASE=42
-DEFS_HPUX= -DHPUX -DINTERNET -DLOG -DBROADCAST -DTERMINFO
-DEFS_SGI= -DINTERNET -DLOG -DBSD_RELEASE=43 -DTERMINFO
+DEFS_HPUX= -DHPUX -DINTERNET -DLOG -DBROADCAST
+DEFS_SGI= -DINTERNET -DLOG -DBSD_RELEASE=43
DEFS_NEXT= $(DEFS_BSD43) -bsd -Dconst=
DEFS_OSF1= -DINTERNET -DLOG -DBSD_RELEASE=43 -D_BSD