date and time created 93/05/17 09:13:04 by bostic
[unix-history] / usr / src / games / tetris / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
PROG= tetris
SRCS= input.c screen.c shapes.c scores.c tetris.c
MAN6= tetris.0
DPADD= ${LIBTERM}
LDADD= -ltermcap
HIDEGAME=hidegame
all: ${PROG}
.include <bsd.prog.mk>