summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-22 05:05:21 +0000
committerlukem <lukem@NetBSD.org>1997-10-22 05:05:21 +0000
commit0656dcb8aac7c8a1749e0364ffab56538bba1f79 (patch)
tree3b8de83b6aacd4348b47ae66eb09cc72568ad8ce /hunt
parentd6d94364991a7bdf53a22561b7b73d1cf4690ee5 (diff)
downloadbsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.tar.gz
bsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.tar.zst
bsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.zip
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'hunt')
-rw-r--r--hunt/Makefile.inc4
-rw-r--r--hunt/hunt/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/hunt/Makefile.inc b/hunt/Makefile.inc
index b27c37d6..176ad4a0 100644
--- a/hunt/Makefile.inc
+++ b/hunt/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 1997/10/10 16:32:15 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.3 1997/10/22 05:05:21 lukem Exp $
#
# Hunt
# Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -62,6 +62,6 @@ SYSLIBS=
# Generic definitions
#
DEFS= $(GAME_PARAM) $(DEFS_BSD44)
-CFLAGS+= -O2 $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
+CPPFLAGS+= $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
.include "../Makefile.inc"
diff --git a/hunt/hunt/Makefile b/hunt/hunt/Makefile
index 127f7119..64c8a96b 100644
--- a/hunt/hunt/Makefile
+++ b/hunt/hunt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:18 mrg Exp $
+# $NetBSD: Makefile,v 1.2 1997/10/22 05:05:27 lukem Exp $
PROG= hunt
SRCS= connect.c hunt.c otto.c playit.c pathname.c
@@ -6,7 +6,7 @@ MAN= hunt.6
LDADD= -ltermcap -lcurses
DPADD= ${LIBTERMCAP} ${LIBCURSES}
-CFLAGS+=-I${.CURDIR}/../huntd
+CPPFLAGS+=-I${.CURDIR}/../huntd
.PATH: ${.CURDIR}/../huntd