mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fixed bitrot in DPADD.
This commit is contained in:
parent
fb6c7713b8
commit
bb6f2fd443
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue