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, 0 insertions, 13 deletions
diff --git a/dmake/startup/unix/bsd43/recipes.mk b/dmake/startup/unix/bsd43/recipes.mk
deleted file mode 100644
index 557ac7c8c..000000000
--- a/dmake/startup/unix/bsd43/recipes.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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