xref: /minix/games/worms/Makefile (revision c38c77c1)
1#	$NetBSD: Makefile,v 1.10 2010/02/06 23:45:26 he Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	worms
5MAN=	worms.6
6DPADD=	${LIBCURSES} ${LIBTERMINFO}
7LDADD=	-lcurses -lterminfo
8
9.include <bsd.prog.mk>
10