From 90d65a3dd93828997084420d12b497c491a7751f Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 27 Mar 1995 20:23:11 +0000 Subject: Bump the shared library minor # because of the additions of the strhash() functions. --- lib/libc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 2edccc4..75c7d02 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -6,6 +6,8 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c +SHLIB_MAJOR= 2 +SHLIB_MINOR= 1 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS AINC= -I${.CURDIR}/${MACHINE} CLEANFILES+=tags -- cgit v1.1