[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.73 and 1.74

version 1.73, 1998/03/04 08:17:20 version 1.74, 1998/03/27 01:29:47
Line 56  NLS= C.msg Pig.msg de.msg es.msg fi.msg 
Line 56  NLS= C.msg Pig.msg de.msg es.msg fi.msg 
   
 LIBKERN=        ${.CURDIR}/../../sys/lib/libkern  LIBKERN=        ${.CURDIR}/../../sys/lib/libkern
   
 KSRCS=  bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \  KSRCS=  bcopy.c bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c \
         strncpy.c htonl.c htons.c ntohl.c ntohs.c md5c.c memcmp.c memset.c \          strncmp.c strncpy.c htonl.c htons.c ntohl.c ntohs.c md5c.c memcmp.c \
         memchr.c index.c rindex.c          memset.c memchr.c index.c rindex.c
 .if (${MACHINE_ARCH} != "alpha")  .if (${MACHINE_ARCH} != "alpha")
 KSRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \  KSRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
         lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \          lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

CVSweb <webmaster@jp.NetBSD.org>