Minor optimization; no need to set protection if it is the same as
[unix-history] / lib / libc / Makefile
CommitLineData
15637ed4
RG
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.
8LIB=c
fff5cc22 9CFLAGS+= -DYP -DLIBC_SCCS -DSYSLIBC_SCCS
15637ed4 10AINC= -I${.CURDIR}/${MACHINE}
870be921 11INSTALL_PIC_ARCHIVE=
15637ed4
RG
12
13.include "${.CURDIR}/compat-43/Makefile.inc"
14.include "${.CURDIR}/db/Makefile.inc"
15.include "${.CURDIR}/gen/Makefile.inc"
16.include "${.CURDIR}/locale/Makefile.inc"
17.include "${.CURDIR}/net/Makefile.inc"
9ac3792a 18.include "${.CURDIR}/quad/Makefile.inc"
15637ed4
RG
19.include "${.CURDIR}/stdio/Makefile.inc"
20.include "${.CURDIR}/stdlib/Makefile.inc"
21.include "${.CURDIR}/string/Makefile.inc"
22.include "${.CURDIR}/sys/Makefile.inc"
a2a854c9 23.include "${.CURDIR}/rpc/Makefile.inc"
fff5cc22 24.include "${.CURDIR}/yp/Makefile.inc"
15637ed4
RG
25
26.include <bsd.lib.mk>