1180012Sru# $FreeBSD: stable/10/sys/boot/Makefile.inc 319025 2017-05-28 01:14:59Z ngie $
2180012Sru
3188895SruSSP_CFLAGS=
4319025Sngie
5319025Sngie# The boot loader build uses dd status=none, where possible, for reproducible
6319025Sngie# build output (since performance varies from run to run). Trouble is that
7319025Sngie# option was recently (10.3) added to FreeBSD and is non-standard. Only use it
8319025Sngie# when this test succeeds rather than require dd to be a bootstrap tool.
9319025SngieDD_NOSTATUS!=(dd status=none count=0 2> /dev/null && echo status=none) || true
10319025SngieDD=dd ${DD_NOSTATUS}
11