aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-22 04:55:28 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-22 04:55:28 +0000
commitcca3306a7ff603c6f8c09c1faca5a7082ef83bd2 (patch)
treed8962aad52d33cb44072a1690dfb81d54e52a749 /lib/libc
parent6c5c24c98c779b525e5eff7da1856a171f3a240b (diff)
downloadsrc-cca3306a7ff603c6f8c09c1faca5a7082ef83bd2.tar.gz
src-cca3306a7ff603c6f8c09c1faca5a7082ef83bd2.zip
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
Notes
Notes: svn path=/head/; revision=288092
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 fad970c22f5e..a4414fa8e61a 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/}