]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - rain/Makefile
Always use `install -d' to make sure destination directory exists & has
[bsdgames-darwin.git] / rain / Makefile
1 # from: @(#)Makefile 5.3 (Berkeley) 5/11/90
2 # $Id: Makefile,v 1.3 1993/08/01 05:44:36 mycroft Exp $
3
4 PROG= rain
5 MAN6= rain.0
6 DPADD= ${LIBTERM}
7 LDADD= -ltermcap
8
9 .include <bsd.prog.mk>