mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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.
This commit is contained in:
parent
fd14f3b4a9
commit
fe0c8f8973
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ INCS= libproc.h
|
|||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
SHLIB_MAJOR= 3
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
WITHOUT_MAN=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue