From 11546f4616454e8fe6b6b85898bc2f22f9930985 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 5 Sep 1996 17:16:10 +0000 Subject: Fixed DPADD. --- games/atc/Makefile | 2 +- games/fortune/fortune/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/atc/Makefile b/games/atc/Makefile index 80305a1..933975a 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -5,7 +5,7 @@ CFLAGS+=-DBSD -I${.CURDIR} -I. SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \ main.c tunable.c update.c MAN6= atc.6 -DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERMCAP} ${LIBCURSES} ${LIBCOMPAT} +DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} LDADD= -ll -lm -lcurses -ltermcap -lcompat GAMES= ATC_scores Game_List Killer crossover default easy game_2 CLEANFILES=grammar.c y.tab.h lex.c diff --git a/games/fortune/fortune/Makefile b/games/fortune/fortune/Makefile index 62f8182..bb3258f 100644 --- a/games/fortune/fortune/Makefile +++ b/games/fortune/fortune/Makefile @@ -3,7 +3,7 @@ PROG= fortune MAN6= fortune.6 CFLAGS+=-DDEBUG -Wall -I${.CURDIR}/../strfile -DPADD= ${COMPAT} +DPADD= ${LIBCOMPAT} LDADD= -lcompat .include "${.CURDIR}/../../Makefile.inc" -- cgit v1.1