Deleted Added
sdiff udiff text old ( 72472 ) new ( 72529 )
full compact
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 72529 2001-02-16 06:11:22Z imp $
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
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 ---