X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=73fdcc3cc5cb96b7266a1273fcf6ce615bad6eba;hb=c912c0e4598c5cfb2715f178a4f7cc681cf3253a;hp=0aff6beb99b3f42e4028cad88582457929d346fc;hpb=6d7dce7f277fc8606fb8d5ed6360660c13a218af;p=osl.git diff --git a/Makefile b/Makefile index 0aff6be..73fdcc3 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,11 @@ ifeq ($(uname_s),NetBSD) LDFLAGS += -Wl,-soname,$(soname) endif +ifeq ($(uname_s),FreeBSD) + format := elf + LDFLAGS += -Wl,-soname,$(soname) +endif + ifeq ($(format),elf) # On ELf-based systems, the following conventions apply (see dhweeler's # Program Library HOWTO):