$OpenBSD: patch-common_mak,v 1.3 2007/01/23 09:34:45 robert Exp $
--- common.mak.orig	Tue Jan  2 18:27:55 2007
+++ common.mak	Tue Jan  2 18:28:19 2007
@@ -63,13 +63,7 @@ install-libs: $(INSTLIBTARGETS)
 
 install-lib-shared: $(SLIBNAME)
 	install -d "$(shlibdir)"
-	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
-		"$(shlibdir)/$(SLIBNAME_WITH_VERSION)"
-	cd "$(shlibdir)" && \
-		ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
-	cd "$(shlibdir)" && \
-		ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
-	$(SLIB_INSTALL_EXTRA_CMD)
+	install -m 755 $(SLIBNAME) $(libdir)
 
 install-lib-static: $(LIB)
 	install -d "$(libdir)"
