# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rain
MAN6= rain.6
DPADD= ${LIBCURSES} ${LIBCOMPAT}
LDADD= -lcurses -lcompat
.include <bsd.prog.mk>