summaryrefslogtreecommitdiff
path: root/dmake/startup/unix/bsd43/recipes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/startup/unix/bsd43/recipes.mk')
-rw-r--r--dmake/startup/unix/bsd43/recipes.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/dmake/startup/unix/bsd43/recipes.mk b/dmake/startup/unix/bsd43/recipes.mk
new file mode 100644
index 000000000000..557ac7c8c17b
--- /dev/null
+++ b/dmake/startup/unix/bsd43/recipes.mk
@@ -0,0 +1,13 @@
+# Define additional Berkeley UNIX specific build rules and recipes.
+#
+
+# Recipe to make archive files.
+%$A .GROUP :
+ $(AR) $(ARFLAGS) $@ $?
+ $(RM) $(RMFLAGS) $?
+ $(RANLIB) $@
+
+# Process environment-specific refinements, if any.
+.IF $(OSENVIRONMENT)
+ .INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSENVIRONMENT)$/recipes.mk
+.ENDIF