diff options
author | 2000-07-23 21:58:27 +0000 | |
---|---|---|
committer | 2000-07-23 21:58:27 +0000 | |
commit | bf3c4c3377317915f4e7e6b735ac64fbd2e38971 (patch) | |
tree | a623a586d6fba00d36454c2e34cbf70bd1d0571b | |
parent | oops (diff) | |
download | wireguard-openbsd-bf3c4c3377317915f4e7e6b735ac64fbd2e38971.tar.xz wireguard-openbsd-bf3c4c3377317915f4e7e6b735ac64fbd2e38971.zip |
curses.c is all ifdef'ed out, so there's no reason to compile it.
-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} |