summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-01-15 05:23:58 +0000
committerdas <das@FreeBSD.org>2005-01-15 05:23:58 +0000
commit0bc790330115998989825d21890bac5589108332 (patch)
tree5ab95bbe12c8c2d7e5e870ea676abf64040d09ed /lib/libc/Makefile
parent64168d93e53c607d7cae95e7c25c59c083baed50 (diff)
downloadFreeBSD-src-0bc790330115998989825d21890bac5589108332.zip
FreeBSD-src-0bc790330115998989825d21890bac5589108332.tar.gz
Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.
The purpose of having a separate file involved an abandoned scheme that would have kept contrib/gdtoa out of the include path for the rest of libc.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 169a366..d86c16f 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -27,13 +27,7 @@ MDASM=
MIASM=
NOASM=
-#
-# If there is a machine dependent makefile, use it:
-#
-.if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc"
-.endif
-
.include "${.CURDIR}/db/Makefile.inc"
.include "${.CURDIR}/compat-43/Makefile.inc"
.include "${.CURDIR}/gdtoa/Makefile.inc"
OpenPOWER on IntegriCloud