diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-23 21:58:28 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-23 21:58:28 +0000 |
commit | 8e7b672521a83292cfe55afdea5bd46b21dddd34 (patch) | |
tree | 42fb15247d55b9c520e5402b3039959187bbc0d9 /games | |
parent | 2a57aa7ca2c3d475b302ccf46afb8b52ccacc355 (diff) |
curses.c is all ifdef'ed out, so there's no reason to compile it.
Diffstat (limited to 'games')
-rw-r--r-- | games/rogue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rogue/Makefile b/games/rogue/Makefile index 8b007e4e65e..fdd811c449a 100644 --- a/games/rogue/Makefile +++ b/games/rogue/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 1998/08/22 08:55:24 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.6 2000/07/23 21:58:27 pjanzen Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rogue CFLAGS+=-DUNIX -fwritable-strings -SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \ +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 DPADD= ${LIBCURSES} |