summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-14 19:45:40 +0000
committerimp <imp@FreeBSD.org>2014-03-14 19:45:40 +0000
commit6accd0a3b46b28d57c0c9feae055a45e2072ec67 (patch)
tree8cd3ac55c5cea59853c59c84462fecaf454d4931 /Makefile.inc1
parent5cfe759713fbcf5eb13727d65d336177647ec7ea (diff)
downloadFreeBSD-src-6accd0a3b46b28d57c0c9feae055a45e2072ec67.zip
FreeBSD-src-6accd0a3b46b28d57c0c9feae055a45e2072ec67.tar.gz
With the more generous footprints today, it makes little sense to use
UFS1 by default any more. Switch to UFS2.
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 00f60e1..386b1ad 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" \
OpenPOWER on IntegriCloud