summaryrefslogtreecommitdiff
path: root/games/rain/Makefile
blob: 070cedf16efac202c3ece79e7fe66684e01f5387 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.4 1998/02/22 13:16:40 deraadt Exp $

PROG=	rain
MAN=	rain.6
DPADD=	${LIBTERMLIB}
LDADD=	-ltermlib

.include <bsd.prog.mk>