Makefile revision 25402
125402Sjb#	$Id$
213546Sjulian#
313546Sjulian# All library objects contain rcsid strings by default; they may be
413546Sjulian# excluded as a space-saving measure.  To produce a library that does
513546Sjulian# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
613546Sjulian# from CFLAGS below.  To remove these strings from just the system call
713546Sjulian# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
813546SjulianLIB=c_r
915635SpeterSHLIB_MAJOR= 3
1015635SpeterSHLIB_MINOR= 0
1113546SjulianCFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS
1213546SjulianCFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
1313546SjulianAINC=	-I${.CURDIR}/../libc/${MACHINE} -I${.CURDIR}/uthread
1413546SjulianPRECIOUSLIB=	yes
1513546Sjulian
1625402Sjb.include "${.CURDIR}/../libc/Makefile.inc"
1717706Sjulian.include "${.CURDIR}/man/Makefile.inc"
1825402Sjb.include "${.CURDIR}/uthread/Makefile.inc"
1913546Sjulian.include "${.CURDIR}/sys/Makefile.inc"
2013546Sjulian
2113546Sjulian.include <bsd.lib.mk>
22