xref: /freebsd/usr.bin/mididump/Makefile (revision f57efe95cc25ae527c632d4ffcf064799f922216)
1*f57efe95SChristos Margiolis.include <src.opts.mk>
2*f57efe95SChristos Margiolis
3*f57efe95SChristos MargiolisPROG=		mididump
4*f57efe95SChristos MargiolisSRCS=		${PROG}.c
5*f57efe95SChristos MargiolisMAN=		${PROG}.1
6*f57efe95SChristos MargiolisLDFLAGS+=	-lm
7*f57efe95SChristos Margiolis
8*f57efe95SChristos Margiolis.include <bsd.prog.mk>
9