1 # This is the 386IX UNIX configuration file for DMAKE
2 # It simply modifies the values of SRC, and checks to see if
3 # OSENVIRONMENT is defined. If so it includes the appropriate
6 # It also sets the values of .SOURCE.c and .SOURCE.h to include the local
9 osrdir
:= $(OS
)$(DIRSEPSTR
)$(OSRELEASE
)
11 # The following are required sources
15 .SETDIR
=$(osrdir
) : $(OSDSRC
)
20 # Local configuration modifications for CFLAGS, there's local SysV includes
24 # See if we modify anything in the lower levels.
25 .IF
$(OSENVIRONMENT
) != $(NULL
)
26 .INCLUDE .IGNORE
: $(osrdir
)$(DIRSEPSTR
)$(OSENVIRONMENT
)$(DIRSEPSTR
)config.mk