X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=cbffcb7bd661cba698dee1274e725efaeb8f5825;hb=62d0e2422234f6e47f2f9202f0e31a1db184580a;hp=44011bd517d3528c85a8d58c555d474f5f03c95d;hpb=ccff47589991a85266898c2df753af63770a1601;p=osl.git diff --git a/Makefile b/Makefile index 44011bd..cbffcb7 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):