aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-13 08:51:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-13 08:51:49 +0000
commit80ec9b23e0b34793078efdd191d23fe31ffb50e5 (patch)
tree13a26c5fcb1fc25b81cf32b8d24e521350ca08c0 /lib/libutil/Makefile
parentf4b16b0b1962c3416e7951dbdc0326479423cd59 (diff)
downloadsrc-80ec9b23e0b34793078efdd191d23fe31ffb50e5.tar.gz
src-80ec9b23e0b34793078efdd191d23fe31ffb50e5.zip
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.
Notes
Notes: svn path=/head/; revision=25768
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 84bc89db94dd..8ac63d2ed746 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 \