summaryrefslogtreecommitdiffstats
path: root/worms/Makefile
blob: e2bd525fa0a8ecd7e40709bf92b3e8b7ab1300b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
#	$Id: Makefile,v 1.4 1994/12/22 09:36:35 cgd Exp $

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

.include <bsd.prog.mk>