]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - robots/Makefile
speed limit 80
[bsdgames-darwin.git] / robots / Makefile
index 6237c71243719ea6a2216ae545380ccbdefbae75..6eb8f59387c422d84eb9bcb4c2d723f5a4d0c3f9 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/05/15 23:56:35 christos Exp $
+#      $NetBSD: Makefile,v 1.16 2010/02/06 23:45:25 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  robots
@@ -6,8 +6,8 @@ CPPFLAGS+=-DMAX_PER_UID=5
 SRCS=  auto.c 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
 MAN=   robots.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
 HIDEGAME=hidegame
 SETGIDGAME=yes