]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/Makefile
remove unnecessary command name after .Nm
[bsdgames-darwin.git] / atc / Makefile
index 3c63b0aa885be226b1a9371e3e74fa45086f7e28..ad5efc6ea081c7dbc185335fe0c198c895d1ec23 100644 (file)
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.17 1998/04/09 00:32:32 tv Exp $
+#      $NetBSD: Makefile,v 1.22 1999/07/17 19:57:03 hubertf Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
+.include <bsd.own.mk>
+
 PROG=  atc
 CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT
 SRCS=  extern.c grammar.y graphics.c input.c lex.l list.c log.c \
@@ -9,17 +11,17 @@ YHEADER=1
 MAN=   atc.6
 LDADD= -ll -lm -lcurses
 DPADD= ${LIBL} ${LIBM} ${LIBCURSES}
-GAMES= ATC_scores Game_List Killer crossover default easy game_2 \
+GAMES= Game_List Killer crossover default easy game_2 \
        Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \
        game_4 novice two-corners
 HIDEGAME=hidegame
 SETGIDGAME=yes
+.if ${MKSHARE} != "no"
 FILES=${GAMES:S@^@${.CURDIR}/games/@g}
 FILESDIR=/usr/share/games/atc
-FILESMODE=440
-
-y.tab.h:       grammar.c
+FILESMODE=444
+.endif
 
-lex.o: y.tab.h
+lex.o: grammar.h
 
 .include <bsd.prog.mk>