[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / arch / x86_64 / net

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/arch/x86_64/net/Makefile.inc between version 1.2 and 1.3

version 1.2, 2003/08/01 17:03:57 version 1.3, 2009/12/06 07:12:18
Line 4 
Line 4 
 # hton* and nto* functions provided by ../gen/byte_swap_*.S  # hton* and nto* functions provided by ../gen/byte_swap_*.S
 SRCS+=  SRCS+=
   
 SRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c  LSRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
 LSRCS+=         ${SRCS.x86_64.net}  LSRCS+=         ${LSRCS.x86_64.net}
 DPSRCS+=        ${SRCS.x86_64.net}  DPSRCS+=        ${LSRCS.x86_64.net}
 CLEANFILES+=    ${SRCS.x86_64.net}  CLEANFILES+=    ${LSRCS.x86_64.net}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>