From 3e0f74ccaf05070da8d967b64ed5f943dd4631af Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 13 Jun 2000 00:41:38 +0000 Subject: [PATCH] Bump major to preserve 3.x binaries compatibility Found by: "Akinori -Aki- MUSHA" --- lib/libxpg4/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile index 19be136799c4..07453c82d135 100644 --- a/lib/libxpg4/Makefile +++ b/lib/libxpg4/Makefile @@ -1,6 +1,9 @@ # $FreeBSD$ LIB= xpg4 +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 + SRCS= fakelib.c NOMAN= YES