]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/Makefile
Change getdate() to getdatestr() since the former maybe present on systems
[bsdgames-darwin.git] / rogue / Makefile
index 0e64c94e558c6ad059a9a1984abedbfbc6148b86..e24c1d5bd9e3f7e2819213c7d562097148aee1f6 100644 (file)
@@ -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