new stdio; renamed from flsbuf.c
[unix-history] / usr / src / lib / libc / Makefile
CommitLineData
9a4d880a 1# @(#)Makefile 4.40 (Berkeley) %G%
1b597941 2#
770d844a
KB
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
9CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
4af61811 10AINC= -I${.CURDIR}/${MACHINE}
dff79c37 11
9a4d880a
KB
12.include "${.CURDIR}/gen/Makefile.inc"
13.include "${.CURDIR}/sys/Makefile.inc"
14.include "${.CURDIR}/stdio/Makefile.inc"
15.include "${.CURDIR}/stdlib/Makefile.inc"
16.include "${.CURDIR}/net/Makefile.inc"
17.include "${.CURDIR}/string/Makefile.inc"
18.include "${.CURDIR}/compat-43/Makefile.inc"
770d844a
KB
19
20beforeinstall:
21 ar ma findiop.o libc.a exit.o
22 ar ma exit.o libc.a fakcu.o
23 ar ma findiop.po libc_p.a exit.po
24 ar ma exit.po libc_p.a fakcu.po
25
26.include <bsd.lib.mk>