summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-29 16:56:28 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-29 16:56:28 +0000
commitf512c74c4527c99183da1a5276b2d637ed863ab9 (patch)
tree24ab50ce065c6575e4e815c8c6dd43d5bfdeebfa /lib
parente664379a0e8a99d8f2ab27391ccbdf5416ab46ef (diff)
downloadFreeBSD-src-f512c74c4527c99183da1a5276b2d637ed863ab9.zip
FreeBSD-src-f512c74c4527c99183da1a5276b2d637ed863ab9.tar.gz
MFC r288092:
Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding entries to OBJS based on SRCS.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index fbd28cd..3b1f8fd 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -100,8 +100,6 @@ ASM+=$(_asm)
.endif
.endfor
-OBJS+= ${ASM} ${PSEUDO}
-
SASM= ${ASM:S/.o/.S/}
SPSEUDO= ${PSEUDO:S/.o/.S/}
OpenPOWER on IntegriCloud