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