diff --git a/Makefile b/Makefile index 03415ad..77d684d 100644 --- a/Makefile +++ b/Makefile @@ -115,3 +115,6 @@ ifeq ($(UNAME_S),Linux) ldconfig cd $(LIBDIR) && ln -sf $(SONAME) $(LINKERNAME) endif +ifeq ($(UNAME_S),OpenBSD) + ldconfig -R +endif