summaryrefslogtreecommitdiffstats
path: root/worm/Makefile
blob: 04e9c4a9e3988a7ad54211cb615e0cd05e4ab8d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
#	$Id: Makefile,v 1.3 1993/08/01 05:43:48 mycroft Exp $

PROG=	worm
MAN6=	worm.0
DPADD=	${LIBCURSES} ${LIBTERM}
LDADD=	-lcurses -ltermcap
HIDEGAME=hidegame

.include <bsd.prog.mk>