]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Minor rearrangement.
authormycroft <mycroft@NetBSD.org>
Fri, 20 Sep 2002 21:00:01 +0000 (21:00 +0000)
committermycroft <mycroft@NetBSD.org>
Fri, 20 Sep 2002 21:00:01 +0000 (21:00 +0000)
hunt/Makefile.inc
hunt/huntd/bsd.h

index e8e1666348d64a9e43ef4f4ce90eb1280db9758b..20383626346fb97d3a19aeda2ac52714967d3aa5 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 2002/09/20 20:54:15 mycroft Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2002/09/20 21:00:01 mycroft Exp $
 #
 #  Hunt
 #  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -38,7 +38,6 @@ 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
@@ -62,7 +61,7 @@ SYSLIBS=
 #
 # Generic definitions
 #
-DEFS=          $(GAME_PARAM) $(DEFS_NETBSD)
+DEFS=          $(GAME_PARAM) $(DEFS_BSD44)
 CPPFLAGS+=     $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
 
 .include "../Makefile.inc"
index 0fea1d0823f7e7746f8b94fb3db0f70d6afab9c4..d746f1dd76816a5d7c96ea90af3488beff7c6d6e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: bsd.h,v 1.2 1998/01/09 08:03:40 perry Exp $    */
+/*     $NetBSD: bsd.h,v 1.3 2002/09/20 21:00:02 mycroft Exp $  */
 
 /*
  *  Hunt
@@ -9,9 +9,7 @@
 # if defined(BSD_RELEASE) && BSD_RELEASE >= 43
 # define       BROADCAST
 # define       SYSLOG_43
-# define       TALK_43
 # endif
 # if defined(BSD_RELEASE) && BSD_RELEASE == 42
 # define       SYSLOG_42
-# define       TALK_42
 # endif