mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
23
atc/Makefile.bsd
Normal file
23
atc/Makefile.bsd
Normal file
@@ -0,0 +1,23 @@
|
||||
# $NetBSD: Makefile,v 1.19 1998/09/13 15:22:59 hubertf Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
|
||||
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 \
|
||||
main.c tunable.c update.c
|
||||
YHEADER=1
|
||||
MAN= atc.6
|
||||
LDADD= -ll -lm -lcurses
|
||||
DPADD= ${LIBL} ${LIBM} ${LIBCURSES}
|
||||
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
|
||||
FILES=${GAMES:S@^@${.CURDIR}/games/@g}
|
||||
FILESDIR=/usr/share/games/atc
|
||||
FILESMODE=440
|
||||
|
||||
lex.o: grammar.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Reference in New Issue
Block a user