summaryrefslogtreecommitdiff
path: root/games/worms/Makefile
blob: 4c957d9437057ee71de88c0075079e165696cf56 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.5 1999/03/21 23:50:29 pjanzen Exp $

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

.include <bsd.prog.mk>