summaryrefslogtreecommitdiff
path: root/games/rain/Makefile
blob: 9a415bad9eb03ac1a0ed334f7e9a261b179228cf (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.5 1998/07/24 00:10:37 millert Exp $

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

.include <bsd.prog.mk>