diff --git a/Makefile b/Makefile index f7026f1..19dc7a0 100644 --- a/Makefile +++ b/Makefile @@ -114,3 +114,6 @@ ifeq ($(UNAME_S),Linux) ldconfig cd $(LIBDIR) && ln -sf $(SONAME) $(LINKERNAME) endif +ifeq ($(UNAME_S),OpenBSD) + ldconfig -R +endif