diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 2000-07-19 19:31:41 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 2000-07-19 19:31:41 +0000 |
| commit | 974525a8de04d8ace88394a549fa85080a83e2bc (patch) | |
| tree | 3672919a04b1421d9f7b5d8be1966a90e0c34f1c | |
| parent | 0a9175709b557693a53477ecf051eabfa2b07cde (diff) | |
Notes
| -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 58846a177dc5..f6f546c26a4d 100644 --- a/games/rogue/Makefile +++ b/games/rogue/Makefile @@ -6,8 +6,8 @@ CFLAGS+=-DUNIX -fwritable-strings SRCS= curses.c 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} ${LIBTERMCAP} ${LIBCOMPAT} -LDADD= -lcurses -ltermcap -lcompat +DPADD= ${LIBCURSES} ${LIBTERMCAP} +LDADD= -lcurses -ltermcap HIDEGAME=hidegame MAN6= rogue.6 |
