1 # @(#)Makefile 5.2 (Berkeley) 3/5/91 2 # 3 # All library objects contain sccsid 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_SCCS and -DSYSLIBC_SCCS 6 # from CFLAGS below. To remove these strings from just the system call 7 # stubs, remove just -DSYSLIBC_SCCS from CFLAGS. 8 # 9 # To produce a library that does YP, add -DYP to CFLAGS below. 10 11 LIB=c 12 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS 13 AINC= -I${.CURDIR}/${MACHINE} 14 15 .include "${.CURDIR}/DB/Makefile.inc" 16 .include "${.CURDIR}/compat-43/Makefile.inc" 17 .include "${.CURDIR}/gen/Makefile.inc" 18 .include "${.CURDIR}/locale/Makefile.inc" 19 .include "${.CURDIR}/net/Makefile.inc" 20 .include "${.CURDIR}/stdio/Makefile.inc" 21 .include "${.CURDIR}/stdlib/Makefile.inc" 22 .include "${.CURDIR}/string/Makefile.inc" 23 .include "${.CURDIR}/sys/Makefile.inc" 24 .include "${.CURDIR}/yp/Makefile.inc" 25 .include "${.CURDIR}/rpc/Makefile.inc" 26 27 .include <bsd.lib.mk> 28