aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2003-03-12 20:30:00 +0000
committerDavid Schultz <das@FreeBSD.org>2003-03-12 20:30:00 +0000
commit6a66acb565dde6d5b0ee52eef2a631fbb09df153 (patch)
tree2227a906466b311329420d1e05832b3c4e9aef98 /lib/libc/Makefile
parent582a954b004963a562668386a33f960a9c763d37 (diff)
Notes
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 ae10f73c23e64..a6b898980b2e2 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:
#