summaryrefslogtreecommitdiff
path: root/dmake/startup/unix/bsd43/recipes.mk
blob: 557ac7c8c17b449928ba246b2d5bcc79de006aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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