[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.47 and 1.48

version 1.47, 1995/11/23 02:20:59 version 1.48, 1996/08/15 22:36:59
Line 52  NLS= C.msg Pig.msg de.msg es.msg fr.msg
Line 52  NLS= C.msg Pig.msg de.msg es.msg fr.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          strncpy.c htonl.c htons.c ntohl.c ntohs.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.47  
changed lines
  Added in v.1.48

CVSweb <webmaster@jp.NetBSD.org>