Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/net/Makefile.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libc/arch/x86_64/net/Makefile.inc 2003/08/01 17:03:57 1.2 +++ src/lib/libc/arch/x86_64/net/Makefile.inc 2009/12/06 07:12:18 1.3 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.inc,v 1.2 2003/08/01 17:03:57 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.3 2009/12/06 07:12:18 uebayasi Exp $ # objects built from assembler sources (need lint stubs) # hton* and nto* functions provided by ../gen/byte_swap_*.S SRCS+= -SRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c -LSRCS+= ${SRCS.x86_64.net} -DPSRCS+= ${SRCS.x86_64.net} -CLEANFILES+= ${SRCS.x86_64.net} +LSRCS.x86_64.net=Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c +LSRCS+= ${LSRCS.x86_64.net} +DPSRCS+= ${LSRCS.x86_64.net} +CLEANFILES+= ${LSRCS.x86_64.net}