aboutsummaryrefslogtreecommitdiff
path: root/games/piano/Makefile
blob: 0984138a4a7f811d729c730a21647e1ec3dceb60 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	piano
MAN6=	piano.6
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>