mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
- Bump the minor # due to the addition of the stringlist functions.
Reviewed by: asami
This commit is contained in:
parent
6466945a67
commit
6629ddfc54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33263
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user