Makefile revision 1.3
11.1Scgd#	@(#)Makefile	5.2 (Berkeley) 3/5/91
21.1Scgd#
31.1Scgd# All library objects contain sccsid strings by default; they may be
41.1Scgd# excluded as a space-saving measure.  To produce a library that does
51.1Scgd# not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS
61.1Scgd# from CFLAGS below.  To remove these strings from just the system call
71.1Scgd# stubs, remove just -DSYSLIBC_SCCS from CFLAGS.
81.1ScgdLIB=c
91.3SprovenCFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS 
101.1ScgdAINC=	-I${.CURDIR}/${MACHINE}
111.1Scgd
121.3Sproven.include "${.CURDIR}/DB/Makefile.inc"
131.1Scgd.include "${.CURDIR}/compat-43/Makefile.inc"
141.1Scgd.include "${.CURDIR}/gen/Makefile.inc"
151.1Scgd.include "${.CURDIR}/locale/Makefile.inc"
161.1Scgd.include "${.CURDIR}/net/Makefile.inc"
171.1Scgd.include "${.CURDIR}/stdio/Makefile.inc"
181.1Scgd.include "${.CURDIR}/stdlib/Makefile.inc"
191.1Scgd.include "${.CURDIR}/string/Makefile.inc"
201.1Scgd.include "${.CURDIR}/sys/Makefile.inc"
211.1Scgd
221.1Scgd.include <bsd.lib.mk>
23