Deleted Added
full compact
Makefile (119017) Makefile (119071)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 119017 2003-08-17 08:28:46Z gordon $
2# $FreeBSD: head/lib/libc/Makefile 119071 2003-08-18 15:25:39Z obrien $
3#
4# All library objects contain FreeBSD revision strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
7# below. Note, there are no IDs for syscall stubs whose sources are generated.
8# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
9# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
10# system call stubs.
11LIB=c
12SHLIB_MAJOR= 5
3#
4# All library objects contain FreeBSD revision strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
7# below. Note, there are no IDs for syscall stubs whose sources are generated.
8# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
9# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
10# system call stubs.
11LIB=c
12SHLIB_MAJOR= 5
13SHLIBDIR?=/lib
13SHLIBDIR?= /lib
14CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
15CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
16CLEANFILES+=tags
17INSTALL_PIC_ARCHIVE= yes
18PRECIOUSLIB= yes
19
20# Define (empty) variables so that make doesn't give substitution
21# errors if the included makefiles don't change these:

--- 76 unchanged lines hidden ---
14CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
15CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
16CLEANFILES+=tags
17INSTALL_PIC_ARCHIVE= yes
18PRECIOUSLIB= yes
19
20# Define (empty) variables so that make doesn't give substitution
21# errors if the included makefiles don't change these:

--- 76 unchanged lines hidden ---