diff options
author | Sander Vesik <svesik@openoffice.org> | 2002-03-11 14:36:52 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2002-03-11 14:36:52 +0000 |
commit | 2bd38a4486bda39b90c88faaabb74f75d60dd695 (patch) | |
tree | f22ebf1cf60e5f701d45fc6f62bab2a2a580e2dc /ucb | |
parent | d7584843f20fe2bf87e3fdc4e4c7d9014cb5971e (diff) |
Apply FreeBSD patch
Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/package/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/makefile.mk b/ucb/source/ucp/package/makefile.mk index 9b7be61f32a0..94d97be693c7 100644 --- a/ucb/source/ucp/package/makefile.mk +++ b/ucb/source/ucp/package/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pluby $ $Date: 2001-03-07 08:18:54 $ +# last change: $Author: svesik $ $Date: 2002-03-11 15:36:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,7 +100,7 @@ LIB1OBJFILES=$(SLOFILES) SHL1TARGET=$(TARGET)$(UCP_VERSION) SHL1IMPLIB=i$(TARGET) -.IF "$(OS)"=="MACOSX" +.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" .ELSE SHL1VERSIONMAP=exports.map .ENDIF |