diff options
| author | Nate Williams <nate@FreeBSD.org> | 1998-02-12 01:44:53 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1998-02-12 01:44:53 +0000 |
| commit | 6629ddfc5448bebb5e89448310010a24a0f4cf94 (patch) | |
| tree | 7b472bb206f08772afdb2e70ac3ab955a26df274 /lib/libc | |
| parent | 6466945a673307ae4e1580816828d43f9f196a07 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index ef476fa5f41e..2d2636f05ebe 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 2/3/94 -# $Id: Makefile,v 1.18 1997/05/03 03:49:51 jb Exp $ +# $Id: Makefile,v 1.19 1997/05/23 08:23:53 asami Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -8,7 +8,7 @@ # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c SHLIB_MAJOR= 3 -SHLIB_MINOR= 0 +SHLIB_MINOR= 1 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS AINC= -I${.CURDIR}/${MACHINE} CLEANFILES+=tags |
