summaryrefslogtreecommitdiffstats
path: root/worms/Makefile
blob: a82195936b7487de94f74b6e116a244179b7c2bb (plain) (blame)
1
2
3
4
5
6
7
8
#	@(#)Makefile	5.3 (Berkeley) 5/11/90

PROG=	worms
MAN6=	worms.0
DPADD=	${LIBCURSES} ${LIBTERM}
LDADD=	-lcurses -ltermcap

.include <bsd.prog.mk>