[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

Annotation of src/lib/libc/Makefile, Revision 1.7

1.1       cgd         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.
1.4       deraadt     8: #
1.6       deraadt     9: # The YP functions are always in libc. To choose that getpwent() and friends
                     10: # actually call the YP functions, put -DYP on the CFLAGS line below.
1.4       deraadt    11:
1.1       cgd        12: LIB=c
1.5       cgd        13: CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS
1.1       cgd        14: AINC=  -I${.CURDIR}/${MACHINE}
                     15:
1.7     ! cgd        16: .include "${.CURDIR}/db/Makefile.inc"
1.1       cgd        17: .include "${.CURDIR}/compat-43/Makefile.inc"
                     18: .include "${.CURDIR}/gen/Makefile.inc"
                     19: .include "${.CURDIR}/locale/Makefile.inc"
                     20: .include "${.CURDIR}/net/Makefile.inc"
                     21: .include "${.CURDIR}/stdio/Makefile.inc"
                     22: .include "${.CURDIR}/stdlib/Makefile.inc"
                     23: .include "${.CURDIR}/string/Makefile.inc"
                     24: .include "${.CURDIR}/sys/Makefile.inc"
1.4       deraadt    25: .include "${.CURDIR}/yp/Makefile.inc"
                     26: .include "${.CURDIR}/rpc/Makefile.inc"
1.1       cgd        27:
                     28: .include <bsd.lib.mk>

CVSweb <webmaster@jp.NetBSD.org>