summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-23 14:10:46 +0000
committered <ed@FreeBSD.org>2009-06-23 14:10:46 +0000
commit3e80a642390ebca2f18bc6328101df69aed84db1 (patch)
tree0c9b0837bfc7d4a4567b01045ebcadcf5bc6ca5f /lib
parent1b28c68371f0b2cea5f21f97770eac8ffd1fe577 (diff)
downloadFreeBSD-src-3e80a642390ebca2f18bc6328101df69aed84db1.zip
FreeBSD-src-3e80a642390ebca2f18bc6328101df69aed84db1.tar.gz
Simplify. We can just use .sinclude here.
Submitted by: Christoph Mallon
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 3f3622d..1d06dd3 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -16,9 +16,7 @@ MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
# machine-dependent stdlib sources
-.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
-.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
-.endif
+.sinclude "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
OpenPOWER on IntegriCloud