Bump libutil.so version (2.1 -> 2.2) since a whole heap of new functions

were added with the login class stuff.  This is needed since libutil.so.2.1
is what is used in RELENG_2_2 and well into the release cycle.  We only
bump once per release cycle as needed.
This commit is contained in:
Peter Wemm 1997-01-13 03:05:04 +00:00
parent fbc2342cca
commit 7a19f2366e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21641

View File

@ -2,7 +2,7 @@
LIB= util
SHLIB_MAJOR= 2
SHLIB_MINOR= 1
SHLIB_MINOR= 2
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I/sys
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
login_cap.c login_class.c login_auth.c login_times.c login_ok.c