summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerbde <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit11546f4616454e8fe6b6b85898bc2f22f9930985 (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /games
parent38fd8fd26ef8cf2f925107c1267dd58f6e623be9 (diff)
downloadFreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.zip
FreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.tar.gz
Fixed DPADD.
Diffstat (limited to 'games')
-rw-r--r--games/atc/Makefile2
-rw-r--r--games/fortune/fortune/Makefile2
2 files changed, 2 insertions, 2 deletions
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"
OpenPOWER on IntegriCloud