Home | History | Annotate | Line # | Download | only in worms
Makefile revision 1.8.4.1
      1 #	Makefile,v 1.8 2007/06/06 06:10:50 rillig Exp
      2 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3 
      4 PROG=	worms
      5 MAN=	worms.6
      6 DPADD=	${LIBCURSES}
      7 LDADD=	-lcurses
      8 
      9 .include <bsd.prog.mk>
     10