diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 05:44:24 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 05:44:24 +0000 |
commit | 4adfa3b2fa28b8554417ebd2a4ac71515a8062cd (patch) | |
tree | 7f76b98f24dd983e73fb8b3944cc1b5b7b863d70 /games/mille | |
parent | 8df7fcc1f711d8428c118f3de38e6f63a762ce05 (diff) |
Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
Diffstat (limited to 'games/mille')
-rw-r--r-- | games/mille/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mille/Makefile b/games/mille/Makefile index db585de3e8a..ed0e3cb3802 100644 --- a/games/mille/Makefile +++ b/games/mille/Makefile @@ -4,7 +4,7 @@ PROG= mille SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ roll.c save.c types.c varpush.c -DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT} +DPADD= ${LIBCURSES} ${LIBTERMLIB} ${LIBCOMPAT} LDADD= -lcurses -ltermlib -lcompat MAN= mille.6 HIDEGAME=hidegame |