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