10 lines
255 B
Makefile
10 lines
255 B
Makefile
# Define additional Mac OS X specific macros.
|
|
#
|
|
|
|
# Process environment-specific refinements, if any.
|
|
.IF $(OSENVIRONMENT)
|
|
.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
|
|
.ENDIF
|
|
|
|
# Make OS-release-specific settings
|
|
PRINT *:= lpr
|