[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.103 and 1.104

version 1.103, 2002/03/17 22:14:17 version 1.104, 2002/03/22 18:10:21
Line 17 
Line 17 
 # The Hesiod functions are always in libc. To choose that getpwent() and friends  # The Hesiod functions are always in libc. To choose that getpwent() and friends
 # actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.  # actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.
   
   .include <bsd.own.mk>
   
 LIB=            c  LIB=            c
 USE_SHLIBDIR=   yes  USE_SHLIBDIR=   yes
 CPPFLAGS+=      -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS \  CPPFLAGS+=      -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
                 -D_REENTRANT -I${.CURDIR}/include  CPPFLAGS+=      -I${.CURDIR}/include
   
   .if (${USE_HESIOD} != "no")
   CPPFLAGS+=      -DHESIOD
   .endif
   
 CPPFLAGS+=      -DINET6  CPPFLAGS+=      -DINET6
   CPPFLAGS+=      -DNLS
   
 .include <bsd.own.mk>  .if (${USE_YP} != "no")
   CPPFLAGS+=      -DYP
   .endif
   
 .if ${MACHINE_ARCH} == "i386"  .if ${MACHINE_ARCH} == "i386"
 # Set lint to exit on warnings  # Set lint to exit on warnings
Line 81  INCSDIR= /usr/include
Line 91  INCSDIR= /usr/include
 .include "${.CURDIR}/termios/Makefile.inc"  .include "${.CURDIR}/termios/Makefile.inc"
 .include "${.CURDIR}/time/Makefile.inc"  .include "${.CURDIR}/time/Makefile.inc"
 .include "${.CURDIR}/sys/Makefile.inc"  .include "${.CURDIR}/sys/Makefile.inc"
   .if (${MKYP} != "no")
 .include "${.CURDIR}/yp/Makefile.inc"  .include "${.CURDIR}/yp/Makefile.inc"
   .endif
   
 NLS=    C.msg Pig.msg cs.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg \  NLS=    C.msg Pig.msg cs.msg de.msg es.msg fi.msg fr.msg nl.msg no.msg \
         sv.msg pl.msg          sv.msg pl.msg

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

CVSweb <webmaster@jp.NetBSD.org>