Deleted Added
sdiff udiff text old ( 10012 ) new ( 13940 )
full compact
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= 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 ---