5 lines
70 B
Makefile
5 lines
70 B
Makefile
PROG=modf_test
|
|
LDADD+= -lm
|
|
DPADD+= ${LIBM}
|
|
|
|
.include <bsd.regress.mk>
|