xref: /openbsd-src/regress/lib/libm/modf/Makefile (revision 3a33360ffe34d766df55e0225e9706e366c93e3a)
1PROG=modf_test
2LDADD+= -lm
3DPADD+= ${LIBM}
4
5.include <bsd.regress.mk>
6