aboutsummaryrefslogtreecommitdiff
path: root/games/rain/Makefile
blob: 307c94bff7480bf70eafc81d3b9a34698d618703 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	rain
MAN6=	rain.6
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>