diff options
author | harti <harti@FreeBSD.org> | 2005-05-23 11:22:54 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-05-23 11:22:54 +0000 |
commit | d6e58470917ce8ecf2497bc425fc62730b553e14 (patch) | |
tree | 833224964c8acadcbe37a759a6c2beb146bca7dd /usr.sbin | |
parent | d137b5d2627922792f2018883a64b000b52862f0 (diff) | |
download | FreeBSD-src-d6e58470917ce8ecf2497bc425fc62730b553e14.zip FreeBSD-src-d6e58470917ce8ecf2497bc425fc62730b553e14.tar.gz |
Bump the shared library version number of the modules because of
changes in the module interface.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsnmpd/modules/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc index bc2ac3a..603ba39 100644 --- a/usr.sbin/bsnmpd/modules/Makefile.inc +++ b/usr.sbin/bsnmpd/modules/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 WARNS?= 6 INCSDIR= ${INCLUDEDIR}/bsnmp |