xref: /original-bsd/games/worms/Makefile (revision 3415274a)
1#	@(#)Makefile	5.3 (Berkeley) 05/11/90
2
3PROG=	worms
4MAN6=	worms.0
5DPADD=	${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
6LDADD=	-lcurses -ltermcap -lcompat
7
8.include <bsd.prog.mk>
9