[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.62 and 1.63

version 1.62, 1997/04/28 21:36:45 version 1.63, 1997/04/30 00:43:08
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=  bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
         strncpy.c htonl.c htons.c ntohl.c ntohs.c memcmp.c memset.c          strncpy.c htonl.c htons.c ntohl.c ntohs.c md5c.c memcmp.c memset.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.62  
changed lines
  Added in v.1.63

CVSweb <webmaster@jp.NetBSD.org>