summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-09-25 15:25:42 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-09-25 15:25:42 +0000
commita78849183cb91537da6fb60c055d97611475918d (patch)
treefc6a01f2f94e3267267a52f91cde31f14d7e3025 /usr.bin
parentea710848dca328f3d617ce52c5553e20d7de671c (diff)
downloadsrc-test-a78849183cb91537da6fb60c055d97611475918d.tar.gz
src-test-a78849183cb91537da6fb60c055d97611475918d.zip
Don't override LDFLAGS set in bsd.cpu.mk.
This is a direct commit to a generated file. Simon plans to fix this upstream before the next import. PR: 231557 Approved by: re (gjb) Obtained from: CheriBSD Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=338925
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bmake/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bmake/Makefile.config b/usr.bin/bmake/Makefile.config
index a8d35ea3112f2..1b4fa796e7225 100644
--- a/usr.bin/bmake/Makefile.config
+++ b/usr.bin/bmake/Makefile.config
@@ -16,7 +16,7 @@ DEFAULT_SYS_PATH?= .../share/mk:/usr/share/mk
CPPFLAGS+=
CFLAGS+= ${CPPFLAGS} -DHAVE_CONFIG_H
-LDFLAGS=
+LDFLAGS+=
LIBOBJS= ${LIBOBJDIR}stresep$U.o
LDADD=
USE_META= yes