Disable mapfiles on FreeBSD

Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
This commit is contained in:
Sander Vesik
2002-03-11 20:15:38 +00:00
parent 4f6f9131e4
commit 96aa0a28cc

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.3 $ # $Revision: 1.4 $
# #
# last change: $Author: dbo $ $Date: 2001-11-09 09:14:31 $ # last change: $Author: svesik $ $Date: 2002-03-11 21:15:38 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -87,7 +87,9 @@ SHL1STDLIBS= \
SHL1DEPN= SHL1DEPN=
SHL1IMPLIB=i$(TARGET) SHL1IMPLIB=i$(TARGET)
.IF "$(OS)"!="FREEBSD"
SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1DEF=$(MISC)$/$(SHL1TARGET).def
.ENDIF
SHL1VERSIONMAP=$(TARGET).map SHL1VERSIONMAP=$(TARGET).map