]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - rain/Makefile
nuke 'the the' typo
[bsdgames-darwin.git] / rain / Makefile
1 # $NetBSD: Makefile,v 1.6 1995/04/22 08:23:28 cgd Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= rain
5 MAN= rain.6
6 DPADD= ${LIBTERM} ${LIBCOMPAT}
7 LDADD= -ltermcap -lcompat
8
9 .include <bsd.prog.mk>