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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/Makefile between version 1.8 and 1.9

version 1.8, 1993/08/01 05:40:29 version 1.9, 1993/09/05 22:12:35
Line 11 
Line 11 
 # actually call the YP functions, put -DYP on the CFLAGS line below.  # actually call the YP functions, put -DYP on the CFLAGS line below.
   
 LIB=c  LIB=c
 CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS  CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS
 AINC=   -I${.CURDIR}/${MACHINE}  AINC=   -I${.CURDIR}/${MACHINE}
   
   .if exists (${.CURDIR}/${MACHINE}/Makefile.inc)
   .PATH:  ${.CURDIR}/${MACHINE}
   .include "${.CURDIR}/${MACHINE}/Makefile.inc"
   .endif
   
 .include "${.CURDIR}/db/Makefile.inc"  .include "${.CURDIR}/db/Makefile.inc"
 .include "${.CURDIR}/compat-43/Makefile.inc"  .include "${.CURDIR}/compat-43/Makefile.inc"
 .include "${.CURDIR}/gen/Makefile.inc"  .include "${.CURDIR}/gen/Makefile.inc"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>