summaryrefslogtreecommitdiffstats
path: root/games/atc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
committerache <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
commite5f9e7dd4a25ff9e49c74ec2dab31487a72f5806 (patch)
tree946b6bc98aa7d0e990a85f53d626a0340f4d30e3 /games/atc/Makefile
parent7a44ca40ed25070ef620bcb4170b4579aafd83b1 (diff)
downloadFreeBSD-src-e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806.zip
FreeBSD-src-e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806.tar.gz
Remove unneded -ltermcap or -lmytinfo
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r--games/atc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index 6009a38..1bc9529 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -6,8 +6,8 @@ CFLAGS+=-DBSD -I${.CURDIR} -I.
SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \
main.c tunable.c update.c y.tab.h
MAN6= atc.6
-DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP}
-LDADD= -ll -lm -lcurses -ltermcap
+DPADD= ${LIBL} ${LIBM} ${LIBCURSES}
+LDADD= -ll -lm -lcurses
GAMES= Game_List Killer crossover default easy game_2
HIDEGAME=hidegame
OpenPOWER on IntegriCloud