summaryrefslogtreecommitdiffstats
path: root/rogue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/Makefile')
-rw-r--r--rogue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index 0e64c94e..e24c1d5b 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2002/07/07 09:35:07 tron Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/01 16:05:12 jsm Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rogue
-CPPFLAGS+=-DUNIX -fwritable-strings
+CPPFLAGS+=-DUNIX
SRCS= 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