[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.29 and 1.30

version 1.29, 1994/10/06 05:47:57 version 1.30, 1994/10/19 03:05:22
Line 42  AINC+= -nostdinc -idirafter ${DESTDIR}/u
Line 42  AINC+= -nostdinc -idirafter ${DESTDIR}/u
 .include "${.CURDIR}/sys/Makefile.inc"  .include "${.CURDIR}/sys/Makefile.inc"
 .include "${.CURDIR}/yp/Makefile.inc"  .include "${.CURDIR}/yp/Makefile.inc"
   
 LIBKERN=        /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 ntohl.c          strncpy.c htonl.c htons.c ntohl.c ntohl.c

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>