mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
7 lines
181 B
OCaml
7 lines
181 B
OCaml
# Solaris2 with shared libm, so we can link it into the shared libstdc++.
|
|
|
|
LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK)
|
|
SHFLAGS = -h $(SHLIB)
|
|
SHDEPS = -lm
|
|
DEPLIBS = ../$(SHLIB)
|