summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index ae10f73..a6b8989 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -24,6 +24,13 @@ MDASM=
MIASM=
NOASM=
+# XXX Pull in contrib/netlib/gdtoa, but keep the filenames local to
+# gdtoa out of libc.
+.PATH: ${.CURDIR}/../../contrib/netlib/gdtoa
+.include "${.CURDIR}/gdtoa/Makefile.inc"
+.PATH:
+.PATH: ${.CURDIR}/gdtoa
+
#
# If there is a machine dependent makefile, use it:
#
OpenPOWER on IntegriCloud