diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-22 14:33:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-22 14:33:37 +0000 |
commit | b501a54cf959bc549810fb24ca6f9584dc5c9cf3 (patch) | |
tree | b78fbbc5c0f6959529f2553e3bbb83b077eaa17c /dmake/startup/unix/macosx/macros.mk | |
parent | 17e0108b4e8d91f9acfe376ee231418830392460 (diff) |
initial import
Diffstat (limited to 'dmake/startup/unix/macosx/macros.mk')
-rw-r--r-- | dmake/startup/unix/macosx/macros.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dmake/startup/unix/macosx/macros.mk b/dmake/startup/unix/macosx/macros.mk new file mode 100644 index 000000000000..b29e917ec8e1 --- /dev/null +++ b/dmake/startup/unix/macosx/macros.mk @@ -0,0 +1,10 @@ +# 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 |