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/larn | |
parent | 8df7fcc1f711d8428c118f3de38e6f63a762ce05 (diff) |
Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
Diffstat (limited to 'games/larn')
-rw-r--r-- | games/larn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile index 987d0159b5c..102edbd68d3 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -58,7 +58,7 @@ CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \ monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \ signal.c moreobj.c movem.c regen.c fortune.c savelev.c -DPADD= ${LIBTERM} ${LIBCOMPAT} +DPADD= ${LIBTERMCAP} ${LIBCOMPAT} LDADD= -ltermcap -lcompat HIDEGAME=hidegame |