aboutsummaryrefslogtreecommitdiff
path: root/games/robots/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
commitca6d811ee5b430e910adeff412eba8c3d91c3dfe (patch)
tree707d23a6bf9eb236853f9d60787b57acda7bb3e9 /games/robots/Makefile
parentf4723e527935b64c5cbe82dcb5538b2e93662e81 (diff)
downloadsrc-ca6d811ee5b430e910adeff412eba8c3d91c3dfe.tar.gz
src-ca6d811ee5b430e910adeff412eba8c3d91c3dfe.zip
Notes
Diffstat (limited to 'games/robots/Makefile')
-rw-r--r--games/robots/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile
index 6ef8d9c998c9..e168fb213897 100644
--- a/games/robots/Makefile
+++ b/games/robots/Makefile
@@ -6,8 +6,8 @@ CFLAGS+=-DMAX_PER_UID=5
SRCS= extern.c init_field.c main.c make_level.c move.c move_robs.c \
play_level.c query.c rnd_pos.c score.c flush_in.c
MAN6= robots.6
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+DPADD= ${LIBCURSES} ${LIBCOMPAT}
+LDADD= -lcurses -lcompat
HIDEGAME=hidegame
beforeinstall: