summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2019-02-21 16:14:45 +0000
committerbluhm <bluhm@openbsd.org>2019-02-21 16:14:45 +0000
commitc7a5132bfc731f7d5d032497c58261baf24e7bf1 (patch)
tree7920ef78fe0b05d5f275069bdf105465525e8e6b
parentCopy tests for our libm implementation from FreeBSD. Only passing (diff)
downloadwireguard-openbsd-c7a5132bfc731f7d5d032497c58261baf24e7bf1.tar.xz
wireguard-openbsd-c7a5132bfc731f7d5d032497c58261baf24e7bf1.zip
Link msun regress to build.
-rw-r--r--regress/lib/libm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libm/Makefile b/regress/lib/libm/Makefile
index 8377e101169..feac435a8ba 100644
--- a/regress/lib/libm/Makefile
+++ b/regress/lib/libm/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.14 2014/07/03 21:12:24 miod Exp $
+# $OpenBSD: Makefile,v 1.15 2019/02/21 16:14:45 bluhm Exp $
-SUBDIR+= exp fenv floor fpaccuracy lgamma nextafter rint round \
+SUBDIR+= exp fenv floor fpaccuracy lgamma nextafter msun rint round \
tgamma toint trivial1
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)