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