summaryrefslogtreecommitdiffstats
path: root/rogue
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 /rogue
parentd6d94364991a7bdf53a22561b7b73d1cf4690ee5 (diff)
downloadbsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.tar.gz
bsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.tar.zst
bsdgames-darwin-0656dcb8aac7c8a1749e0364ffab56538bba1f79.zip
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'rogue')
-rw-r--r--rogue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index d3127fba..07d58085 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 1997/10/11 09:34:19 mycroft Exp $
+# $NetBSD: Makefile,v 1.9 1997/10/22 05:09:36 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rogue
-CFLAGS+=-DUNIX -fwritable-strings
+CPPFLAGS+=-DUNIX -fwritable-strings
SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c