summaryrefslogtreecommitdiff
path: root/mk/os.DragonFly.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os.DragonFly.mk')
-rw-r--r--mk/os.DragonFly.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/os.DragonFly.mk b/mk/os.DragonFly.mk
new file mode 100644
index 000000000000..7cb4294f0d5f
--- /dev/null
+++ b/mk/os.DragonFly.mk
@@ -0,0 +1,9 @@
+# $Id: os.DragonFly.mk 2569 2012-09-04 16:34:04Z jkoshy $
+#
+# Build definitions for DragonFly
+
+MKTESTS?= yes # Enable the test suites.
+MKDOC?= yes # Build documentation.
+MKNOWEB?= no # Build literate programs.
+
+NOSHARED= yes # Link programs statically by default.