xref
: /
openbsd
/
regress
/
lib
/
libm
/
modf
/
Makefile
(revision 3a33360f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
PROG
=
modf_test
2
LDADD
+= -
lm
3
DPADD
+= ${
LIBM
}
4
5
.
include
<
bsd.regress.mk
>
6