Merge remote-tracking branch 'origin/vendor/LIBEDIT'
[dragonfly.git] / games / tetris / Makefile
1 #       $OpenBSD: Makefile,v 1.8 2015/11/17 15:27:24 tedu Exp $
2
3 PROG=   tetris
4 SRCS=   input.c screen.c shapes.c scores.c tetris.c
5 MAN=    tetris.6
6 GAMESCURSES=
7
8 .include <bsd.prog.mk>