xref: /dragonfly/games/morse/Makefile (revision 733c7039)
1984263bcSMatthew Dillon#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2*733c7039Szrj# $OpenBSD: Makefile,v 1.5 2014/11/07 22:17:49 schwarze Exp $
3984263bcSMatthew Dillon
4984263bcSMatthew DillonPROG=	morse
5984263bcSMatthew DillonMAN=	morse.6
67c098eb5SSimon SchubertLDADD=	-lm
77c098eb5SSimon SchubertDPADD=	${LIBM}
8984263bcSMatthew Dillon
9984263bcSMatthew Dillon.include <bsd.prog.mk>
10