Deleted Added
full compact
Makefile (10012) Makefile (13940)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2#
3# All library objects contain rcsid strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
6# from CFLAGS below. To remove these strings from just the system call
7# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
8LIB=c
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2#
3# All library objects contain rcsid strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
6# from CFLAGS below. To remove these strings from just the system call
7# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
8LIB=c
9SHLIB_MAJOR= 2
10SHLIB_MINOR= 2
9SHLIB_MAJOR= 3
10SHLIB_MINOR= 0
11CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
12AINC= -I${.CURDIR}/${MACHINE}
13CLEANFILES+=tags
14INSTALL_PIC_ARCHIVE= yes
15PRECIOUSLIB= yes
16
17.include "${.CURDIR}/db/Makefile.inc"
18.include "${.CURDIR}/compat-43/Makefile.inc"

--- 46 unchanged lines hidden ---
11CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
12AINC= -I${.CURDIR}/${MACHINE}
13CLEANFILES+=tags
14INSTALL_PIC_ARCHIVE= yes
15PRECIOUSLIB= yes
16
17.include "${.CURDIR}/db/Makefile.inc"
18.include "${.CURDIR}/compat-43/Makefile.inc"

--- 46 unchanged lines hidden ---