OpenBSD-4.6/games/worm/Makefile

#	$OpenBSD: Makefile,v 1.5 2002/05/23 18:43:00 deraadt Exp $

PROG=	worm
MAN=	worm.6
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>