From 0656dcb8aac7c8a1749e0364ffab56538bba1f79 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 22 Oct 1997 05:05:21 +0000 Subject: use CPPFLAGS instead of CFLAGS --- hunt/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hunt/Makefile.inc') 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" -- cgit v1.2.3-56-ge451