X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/ccc05ba3f3d43577640203ebe811128249f7f6e8..e8985734d6cda50f61728ddbd81adc332fce3c58:/rogue/Makefile 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