summaryrefslogtreecommitdiffstats
path: root/games/atc/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-03 02:08:31 +0000
committersteve <steve@FreeBSD.org>1999-05-03 02:08:31 +0000
commitcac2154a9646500f9147bc1cf675ffdb4959d1c8 (patch)
tree9e771c3ccb36de6d9ba45a329e12d4e756cbae45 /games/atc/Makefile
parent6c01d880e5a7bed8c215df0862c927511e67029f (diff)
downloadFreeBSD-src-cac2154a9646500f9147bc1cf675ffdb4959d1c8.zip
FreeBSD-src-cac2154a9646500f9147bc1cf675ffdb4959d1c8.tar.gz
Round two of MetBSD games merges.
Submitted by: Stephen J. Roznowski <sjr@home.net>
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 d640d73..3c068c8 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -5,8 +5,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} ${LIBCOMPAT}
-LDADD= -ll -lm -lcurses -ltermcap -lcompat
+DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -ll -lm -lcurses -ltermcap
GAMES= Game_List Killer crossover default easy game_2
HIDEGAME=hidegame
OpenPOWER on IntegriCloud