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