Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/in_cksum Form the sources in a better way.



details:   https://anonhg.NetBSD.org/src/rev/3dfaf6d8b21d
branches:  trunk
changeset: 335408:3dfaf6d8b21d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 05 23:48:46 2015 +0000

description:
Form the sources in a better way.

diffstat:

 tests/net/in_cksum/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61f7e6609a39 -r 3dfaf6d8b21d tests/net/in_cksum/Makefile
--- a/tests/net/in_cksum/Makefile       Mon Jan 05 23:46:49 2015 +0000
+++ b/tests/net/in_cksum/Makefile       Mon Jan 05 23:48:46 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2015/01/05 23:46:49 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2015/01/05 23:48:46 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -14,7 +14,7 @@
 ADIR:=${NETBSDSRCDIR}/sys/arch/${i}/${i}
 .if exists(${ADIR}/cpu_in_cksum.S)
 .PATH.S: ${ADIR}
-SRCS.in_cksum+=cpu_in_cksum.S in_cksum.c
+SRCS.in_cksum=cpu_in_cksum.S in_cksum.c
 cpu_in_cksum.S: assym.h
 CPPFLAGS+=-DHAVE_CPU_IN_CKSUM -I.
 .endif



Home | Main Index | Thread Index | Old Index