]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/Makefile
strfile is installed, don't claim it isn't.
[bsdgames-darwin.git] / atc / Makefile
index 1917bfffb6e2177d69e6d8a1787c88ae1de842d1..8c4e9963bf46426090679336ed9225b58a6c13ab 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2009/10/29 14:27:26 christos Exp $
+#      $NetBSD: Makefile,v 1.30 2011/08/16 10:14:40 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -9,8 +9,8 @@ SRCS=   extern.c grammar.y graphics.c input.c lex.l list.c log.c \
        main.c tunable.c update.c
 YHEADER=1
 MAN=   atc.6
-LDADD= -ll -lm -lcurses
-DPADD= ${LIBL} ${LIBM} ${LIBCURSES}
+LDADD= -ll -lm -lcurses -lterminfo
+DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMINFO}
 GAMES= Game_List Killer crossover default easy game_2 \
        Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \
        game_4 novice two-corners
@@ -22,4 +22,6 @@ FILESDIR=/usr/share/games/atc
 FILESMODE=444
 .endif
 
+COPTS.input.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>