diff options
author | asami <asami@FreeBSD.org> | 1997-05-13 08:51:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-13 08:51:49 +0000 |
commit | e51b817ee5b2e33786031e92e1998a8cf6c6b0cf (patch) | |
tree | 1ab00d83d6443def426e2bddd736d26b5092c6cc /lib/libutil/Makefile | |
parent | f891f0dc4bfff84a67f75d0e0bfcc56a6ab92808 (diff) | |
download | FreeBSD-src-e51b817ee5b2e33786031e92e1998a8cf6c6b0cf.zip FreeBSD-src-e51b817ee5b2e33786031e92e1998a8cf6c6b0cf.tar.gz |
Back out previous revision. Shlib version numbers are supposed to be
bumped only 0.1 or 1.0 between releases. (See handbook.)
Note that if you have built world in -current in the last 48 hours or
so, you should manually remove /usr/lib/libutil.so.2.3 before
rebuilding world to cleanse your system.
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 84bc89d..8ac63d2 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -2,7 +2,7 @@ LIB= util SHLIB_MAJOR= 2 -SHLIB_MINOR= 3 +SHLIB_MINOR= 2 CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I/sys #CFLAGS+=LOGIN_CAP_AUTH SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \ |