diff --git a/games/bs/Makefile b/games/bs/Makefile index af17d04..b7d56ae 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -3,8 +3,8 @@ PROG= bs MAN= bs.6 -DPADD= ${LIBNCURSES} ${LIBMYTINFO} -LDADD= -lncurses -lmytinfo +DPADD= ${LIBNCURSES} +LDADD= -lncurses HIDEGAME=hidegame .include