diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-10 10:38:31 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 10:38:31 +0100 |
commit | 3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1 (patch) | |
tree | 637f959d103f322088f8a6555bf5cee43678c70f /solenv/inc/unx.mk | |
parent | 1e4649eeaef6a84c5315455a15cbfe23af1f9572 (diff) |
Porting LO to Dragonfly
Diffstat (limited to 'solenv/inc/unx.mk')
-rw-r--r-- | solenv/inc/unx.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk index 311b6d15d6d4..f47115f4b5c5 100644 --- a/solenv/inc/unx.mk +++ b/solenv/inc/unx.mk @@ -159,6 +159,10 @@ .INCLUDE : unxobsd.mk .ENDIF +.IF "$(COM)$(OS)" == "GCCDRAGONFLY" +.INCLUDE : unxdfly.mk +.ENDIF + .IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" .INCLUDE : unxmacxp.mk .ENDIF |