summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-22 04:55:28 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-22 04:55:28 +0000
commit3faab6f866df5f1728cd3bef84d3d05e724abd3c (patch)
treed8962aad52d33cb44072a1690dfb81d54e52a749 /lib/libc
parent2be5ce0af5ee70ba7564b34c2a793271a3023939 (diff)
downloadFreeBSD-src-3faab6f866df5f1728cd3bef84d3d05e724abd3c.zip
FreeBSD-src-3faab6f866df5f1728cd3bef84d3d05e724abd3c.tar.gz
Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding
entries to OBJS based on SRCS. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc')
-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 fad970c..a4414fa 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -90,8 +90,6 @@ ASM+=$(_asm)
.endif
.endfor
-OBJS+= ${ASM} ${PSEUDO}
-
SASM= ${ASM:S/.o/.S/}
SPSEUDO= ${PSEUDO:S/.o/.S/}
OpenPOWER on IntegriCloud