[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.17 and 1.18

version 1.17, 1993/10/17 01:10:37 version 1.18, 1993/11/05 22:43:47
Line 36  AINC= -I${.CURDIR}/arch/${MACHINE}
Line 36  AINC= -I${.CURDIR}/arch/${MACHINE}
   
 LIBKERN=        /sys/lib/libkern  LIBKERN=        /sys/lib/libkern
   
 KSRCS=  bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c \  KSRCS=  bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
         htonl.c htons.c ntohl.c ntohl.c          strncpy.c htonl.c htons.c ntohl.c ntohl.c
   
 copy-to-libkern:        copy-to-libkern-machind copy-to-libkern-machdep  copy-to-libkern:        copy-to-libkern-machind copy-to-libkern-machdep
   
Line 48  copy-to-libkern-machdep: ${KMSRCS}
Line 48  copy-to-libkern-machdep: ${KMSRCS}
 .if defined(KMSRCS) && !empty(KMSRCS)  .if defined(KMSRCS) && !empty(KMSRCS)
         cp -p ${.ALLSRC} ${LIBKERN}/${MACHINE}          cp -p ${.ALLSRC} ${LIBKERN}/${MACHINE}
 .endif  .endif
   .if defined(KMINCLUDES) && !empty(KMINCLUDES)
           (cd ${.CURDIR} ; cp -p ${KMINCLUDES} ${LIBKERN}/${MACHINE})
   .endif
   
 rm-from-libkern:  rm-from-libkern:
         for i in ${KSRCS}; do rm -f ${LIBKERN}/$$i; done          for i in ${KSRCS}; do rm -f ${LIBKERN}/$$i; done

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

CVSweb <webmaster@jp.NetBSD.org>