libc/nls: Sync with FreeBSD.
[dragonfly.git] / games / tetris / Makefile
blobba41c84c152c21883b84ca88569e5d8edf1475db
1 # $OpenBSD: Makefile,v 1.8 2015/11/17 15:27:24 tedu Exp $
3 PROG= tetris
4 SRCS= input.c screen.c shapes.c scores.c tetris.c
5 MAN= tetris.6
6 GAMESCURSES=
8 .include <bsd.prog.mk>