summaryrefslogtreecommitdiff
path: root/games/worm/Makefile
blob: b48080db33fadaae7368f071acf38d08019fb15b (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.4 1998/07/24 00:10:46 millert Exp $

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

.include <bsd.prog.mk>