diff options
author | ngie <ngie@FreeBSD.org> | 2017-01-06 21:29:31 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-01-06 21:29:31 +0000 |
commit | 40498dbdc0bfce005575ad645ccb9317c69b784a (patch) | |
tree | 2891e5d171ef0d3cc1acc593e10ee7de58f80aa1 | |
parent | bb394bc700f354768e69aae05e55d1182f11c98d (diff) | |
download | FreeBSD-src-40498dbdc0bfce005575ad645ccb9317c69b784a.zip FreeBSD-src-40498dbdc0bfce005575ad645ccb9317c69b784a.tar.gz |
MFstable/11 r311551:
MFC r311136:
Add WITH_SSP to silence complaints from mkman about there not being a file
-rw-r--r-- | tools/build/options/WITH_SSP | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITH_SSP b/tools/build/options/WITH_SSP new file mode 100644 index 0000000..7704e54 --- /dev/null +++ b/tools/build/options/WITH_SSP @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build world with propolice stack smashing protection. |