repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
games
/
tetris
/
Makefile
blob
20399654abfc5dfd35f8ab67f6ee26ad908e2fad
1
# $NetBSD: Makefile,v 1.5 2008/01/28 01:38:59 dholland Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
tetris
5
SRCS
=
input.c screen.c shapes.c scores.c tetris.c
6
MAN
=
tetris
.6
7
DPADD
= ${
LIBTERM
}
8
LDADD
= -
ltermcap
9
HIDEGAME
=
hidegame
10
SETGIDGAME
=
yes
11
12
.
include
<
bsd.prog.mk
>