mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Fixed bitrot in DPADD.
This commit is contained in:
parent
fb6c7713b8
commit
bb6f2fd443
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63535
@ -6,7 +6,7 @@ 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}
|
||||
DPADD= ${LIBCURSES} ${LIBTERMCAP}
|
||||
LDADD= -lcurses -ltermcap
|
||||
HIDEGAME=hidegame
|
||||
MAN6= rogue.6
|
||||
|
Loading…
Reference in New Issue
Block a user