Home | History | Annotate | Line # | Download | only in rain
Makefile revision 1.1.1.2
      1 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      2 
      3 PROG=	rain
      4 MAN6=	rain.0
      5 DPADD=	${LIBTERM} ${LIBCOMPAT}
      6 LDADD=	-ltermcap -lcompat
      7 
      8 .include <bsd.prog.mk>
      9