xref: /openbsd/regress/lib/libm/exp/Makefile (revision b39c5158)
1#	$OpenBSD: Makefile,v 1.1 2006/03/15 21:44:06 otto Exp $
2
3PROG=exp
4
5LDADD=-lm
6DPADD=${LIBM}
7
8.include <bsd.regress.mk>
9