diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
| commit | 5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch) | |
| tree | 235e8fcbe852dee096eebfd2c176b6d10c0afa2c /games | |
| parent | de6669b2e213f787bd1accbabe263e199b35066f (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/atc/Makefile | 2 | ||||
| -rw-r--r-- | games/fortune/fortune/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 80305a183347..933975a55a0e 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 62f8182b8d45..bb3258f92e9a 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" |
