summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-03-14 19:45:40 +0000
committerWarner Losh <imp@FreeBSD.org>2014-03-14 19:45:40 +0000
commit02701f047d982431a2f9a5d7ade4232eece3b5e9 (patch)
tree8cd3ac55c5cea59853c59c84462fecaf454d4931 /Makefile.inc1
parentab855db652825ccdda031963146b36161a61656f (diff)
downloadsrc-test2-02701f047d982431a2f9a5d7ade4232eece3b5e9.tar.gz
src-test2-02701f047d982431a2f9a5d7ade4232eece3b5e9.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 00f60e1eda0c..386b1ad7417c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -231,6 +231,9 @@ CROSSENV+= GROFF_BIN_PATH=${WORLDTMP}/legacy/usr/bin \
GROFF_FONT_PATH=${WORLDTMP}/legacy/usr/share/groff_font \
GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
.endif
+.if defined(TARGET_CFLAGS)
+CROSSENV+= ${TARGET_CFLAGS}
+.endif
# bootstrap-tools stage
BMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \