freebsd-dev/games/rain/Makefile
Steve Price af71cfbb87 Merge a bunch of cleanups from NetBSD.
PR:		8083
Submitted by:	Stephen J. Roznowski <sjr@home.net>
Obtained from:	a whole slew of NetBSD PRs
1999-04-19 03:59:02 +00:00

9 lines
145 B
Makefile

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