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