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