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

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

Diff for /src/lib/libc/locale/Makefile.inc between version 1.17 and 1.18

version 1.17, 2000/08/08 22:31:14 version 1.18, 2000/12/20 14:53:24
Line 5 
Line 5 
 .PATH: ${ARCHDIR}/locale ${.CURDIR}/locale  .PATH: ${ARCHDIR}/locale ${.CURDIR}/locale
   
 SRCS+=  _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \  SRCS+=  _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \
         ctypeio.c localeconv.c nl_langinfo.c setlocale.c setlocale_sb.c          ctypeio.c localeconv.c nl_langinfo.c setlocale.c setlocale_sb.c \
           wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
   
 MAN+=   nl_langinfo.3 setlocale.3  MAN+=   nl_langinfo.3 setlocale.3
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>