Deleted Added
full compact
Makefile (71770) Makefile (72472)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 71770 2001-01-29 03:23:46Z deischen $
2# $FreeBSD: head/lib/libc/Makefile 72472 2001-02-14 05:00:20Z peter $
3#
4# All library objects contain rcsid strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
7# from CFLAGS below. To remove these strings from just the system call
8# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
9LIB=c
3#
4# All library objects contain rcsid strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
7# from CFLAGS below. To remove these strings from just the system call
8# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
9LIB=c
10SHLIB_MAJOR= 5
10SHLIB_MAJOR= 5.20010213
11SHLIB_MINOR= 0
12CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include
13AINC= -I${.CURDIR}/${MACHINE_ARCH}
14CLEANFILES+=tags
15INSTALL_PIC_ARCHIVE= yes
16PRECIOUSLIB= yes
17
18#

--- 21 unchanged lines hidden ---
11SHLIB_MINOR= 0
12CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include
13AINC= -I${.CURDIR}/${MACHINE_ARCH}
14CLEANFILES+=tags
15INSTALL_PIC_ARCHIVE= yes
16PRECIOUSLIB= yes
17
18#

--- 21 unchanged lines hidden ---