mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
This commit was manufactured by cvs2svn to create tag
'debian_version_2_14-8'. git-svn-id: file:///srv/svn/joey/bsdgames-tags/debian_version_2_14-8@5231 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.19 1998/09/13 15:22:59 hubertf 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 \
|
||||
@@ -14,9 +16,11 @@ GAMES= Game_List Killer crossover default easy game_2 \
|
||||
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
|
||||
FILESMODE=444
|
||||
.endif
|
||||
|
||||
lex.o: grammar.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user