summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-15 16:22:05 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-15 16:22:05 +0000
commit624b0c04573e4dc37d7c5507bdab15f0bc9c0040 (patch)
tree5511022f437b2d8fe98b0f9bcfac004e1eb63284
parent2215adc5ffde6f7b427b023a1468305a6e589354 (diff)
Notes
-rw-r--r--tools/build/options/WITHOUT_GH_BC6
-rw-r--r--tools/build/options/WITH_GH_BC6
2 files changed, 12 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_GH_BC b/tools/build/options/WITHOUT_GH_BC
new file mode 100644
index 0000000000000..01515a64ecfb9
--- /dev/null
+++ b/tools/build/options/WITHOUT_GH_BC
@@ -0,0 +1,6 @@
+.\" $FreeBSD$
+Do not install the enhanced
+.Xr bc
+and
+.Xr dc
+programs instead of the traditional FreeBSD versions.
diff --git a/tools/build/options/WITH_GH_BC b/tools/build/options/WITH_GH_BC
new file mode 100644
index 0000000000000..940ea610e40c8
--- /dev/null
+++ b/tools/build/options/WITH_GH_BC
@@ -0,0 +1,6 @@
+.\" $FreeBSD$
+Install the enhanced
+.Xr bc
+and
+.Xr dc
+programs instead of the traditional FreeBSD versions.