summaryrefslogtreecommitdiffstats
path: root/games/worm/Makefile
blob: 24c270914d51d610fb6966604a7f83ce18ad6d7a (plain) (blame)
1
2
3
4
5
6
7
8
#	$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>