summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-10-23 01:08:31 +0000
committerngie <ngie@FreeBSD.org>2014-10-23 01:08:31 +0000
commit0154db985c0a9b411a57a500ae00f3e901f88380 (patch)
treef7ea25a824196091b954192272c874a7bff4ba0f /share
parentcbb305020c86a370b77d12e18e372136ff9fe9a5 (diff)
downloadFreeBSD-src-0154db985c0a9b411a57a500ae00f3e901f88380.zip
FreeBSD-src-0154db985c0a9b411a57a500ae00f3e901f88380.tar.gz
MFC r272917:
Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basis Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.progs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.progs.mk b/share/mk/bsd.progs.mk
index 5ca1e45..7a7c086 100644
--- a/share/mk/bsd.progs.mk
+++ b/share/mk/bsd.progs.mk
@@ -43,7 +43,7 @@ PROG ?= $t
.if defined(PROG)
# just one of many
PROG_OVERRIDE_VARS += BINDIR MAN SRCS
-PROG_VARS += CFLAGS CPPFLAGS CXXFLAGS DPADD DPLIBS LDADD ${PROG_OVERRIDE_VARS}
+PROG_VARS += CFLAGS CPPFLAGS CXXFLAGS DPADD DPLIBS LDADD LDFLAGS ${PROG_OVERRIDE_VARS}
.for v in ${PROG_VARS:O:u}
.if empty(${PROG_OVERRIDE_VARS:M$v})
.if defined(${v}.${PROG})
OpenPOWER on IntegriCloud