]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - rain/Makefile
need -lcompat
[bsdgames-darwin.git] / rain / Makefile
1 # from: @(#)Makefile 5.3 (Berkeley) 5/11/90
2 # $Id: Makefile,v 1.4 1994/05/23 05:35:28 cgd Exp $
3
4 PROG= rain
5 MAN6= rain.0
6 DPADD= ${LIBTERM} ${LIBCOMPAT}
7 LDADD= -ltermcap -lcompat
8
9 .include <bsd.prog.mk>