1# $OpenBSD: Makefile,v 1.8 2015/11/17 15:27:24 tedu Exp $ 2 3PROG= tetris 4SRCS= input.c screen.c shapes.c scores.c tetris.c 5MAN= tetris.6 6GAMESCURSES= 7 8.include <bsd.prog.mk> 9