diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 05:57:04 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 05:57:04 +0000 |
commit | aa71be98e1c4a27342ce383abb94b0de88bc51f3 (patch) | |
tree | bae8cc29ee5d6ea613d8ae71cedf08b1ea4dc9f2 | |
parent | 64648b6604c28f2e7f4d9152043c0efd148474d6 (diff) |
Correct library dependencies
-rw-r--r-- | gnu/games/chess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile index 611a02d2980..bd93e826b63 100644 --- a/gnu/games/chess/Makefile +++ b/gnu/games/chess/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 5.4 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1995/10/18 08:41:10 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/06/02 05:57:03 tholo Exp $ PROG= chess SRCS= gnuchess.c uxdsp.c move.c CFLAGS+=-DNEWMOVE=12 MAN= chess.6 -DPADD= ${LIBCURSES} ${LIBTERM} /usr/lib/libgnumalloc.a +DPADD= ${LIBCURSES} ${LIBTERMLIB} /usr/lib/libgnumalloc.a LDADD= -lcurses -ltermlib -lgnumalloc HIDEGAME=hidegame CLEANFILES += chess.6 |