summaryrefslogtreecommitdiffstats
path: root/hunt/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/Makefile.inc')
-rw-r--r--hunt/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc
index e350e550..e8e16663 100644
--- a/hunt/Makefile.inc
+++ b/hunt/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2000/04/13 06:07:06 simonb Exp $
+# $NetBSD: Makefile.inc,v 1.5 2002/09/20 20:54:15 mycroft Exp $
#
# Hunt
# Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -38,6 +38,7 @@ GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \
# SIGNAL_TYPE void or int
# HPUX do special HPUX only hacks
#
+DEFS_NETBSD= -DINTERNET -DLOG -DBROADCAST -DSYSLOG_43 -DSIGNAL_TYPE=void -DUSE_CURSES
DEFS_BSD43= -DINTERNET -DLOG -DBSD_RELEASE=43 -DSIGNAL_TYPE=int
DEFS_BSD44= -DINTERNET -DLOG -DBSD_RELEASE=44 -DSIGNAL_TYPE=void -DUSE_CURSES
DEFS_SUN= -DINTERNET -DLOG -DBSD_RELEASE=42 -DBROADCAST -DSIGNAL_TYPE=int
@@ -61,7 +62,7 @@ SYSLIBS=
#
# Generic definitions
#
-DEFS= $(GAME_PARAM) $(DEFS_BSD44)
+DEFS= $(GAME_PARAM) $(DEFS_NETBSD)
CPPFLAGS+= $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
.include "../Makefile.inc"