summaryrefslogtreecommitdiff
path: root/mk/os.Minix.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os.Minix.mk')
-rw-r--r--mk/os.Minix.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/mk/os.Minix.mk b/mk/os.Minix.mk
new file mode 100644
index 0000000000000..f975fea20d023
--- /dev/null
+++ b/mk/os.Minix.mk
@@ -0,0 +1,16 @@
+# $Id: os.Minix.mk 2569 2012-09-04 16:34:04Z jkoshy $
+#
+# Build definitions for Minix 3.2.0.
+
+MKDOC?= yes # Build documentation.
+MKTESTS?= no # Enable the test suites.
+MKNOWEB?= no # Build literate programs.
+
+# Use GCC to compile the source tree.
+CC=/usr/pkg/bin/gcc
+
+# Use the correct compiler type (override <sys.mk>).
+COMPILER_TYPE=gnu
+
+# Also choose GNU 'ar'.
+AR=ar