--- rogue/Makefile.orig Sun May 27 21:36:53 2007 +++ rogue/Makefile Sun May 27 21:40:48 2007 @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= rogue -CFLAGS+=-DUNIX -fwritable-strings +CFLAGS+=-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