Home | History | Annotate | Line # | Download | only in worm
Makefile revision 1.3
      1  1.3  mycroft #	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
      2  1.3  mycroft #	$Id: Makefile,v 1.3 1993/08/01 05:43:48 mycroft Exp $
      3  1.1      cgd 
      4  1.1      cgd PROG=	worm
      5  1.1      cgd MAN6=	worm.0
      6  1.2      cgd DPADD=	${LIBCURSES} ${LIBTERM}
      7  1.2      cgd LDADD=	-lcurses -ltermcap
      8  1.1      cgd HIDEGAME=hidegame
      9  1.1      cgd 
     10  1.1      cgd .include <bsd.prog.mk>
     11