summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-02-14 03:55:27 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-02-14 03:55:27 +0000
commit3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1 (patch)
tree00be382a6fd3716258d84f2a7a2480651d9e8bef /lib/libutil
parent111b70aa0848709f93b7a10d7018461d4bcf5253 (diff)
Notes
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 44b4ce85461b..3b83b41e512c 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
LIB= util
-SHLIB_MAJOR= 2
-SHLIB_MINOR= 2
+SHLIB_MAJOR= 3
+SHLIB_MINOR= 0
CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
CFLAGS+=-DINET6
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \