From 3dab0f2d1fc3c6a5b995a345fa373b47afac7d65 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sat, 31 Jul 2010 17:14:54 +0000 Subject: Revert SHLIB_MAJOR to 2. As discussed with kan@, since DTrace is the only consumer of libproc right now, there's no need for a major shlib bump. --- lib/libproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 89264ef..c02e719 100644 --- a/lib/libproc/Makefile +++ b/lib/libproc/Makefile @@ -13,7 +13,7 @@ INCS= libproc.h CFLAGS+= -I${.CURDIR} -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 2 WITHOUT_MAN= -- cgit v1.1