Module Name: src
Committed By: christos
Date: Mon Jan 5 23:48:46 UTC 2015
Modified Files:
src/tests/net/in_cksum: Makefile
Log Message:
Form the sources in a better way.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/in_cksum/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/in_cksum/Makefile
diff -u src/tests/net/in_cksum/Makefile:1.3 src/tests/net/in_cksum/Makefile:1.4
--- src/tests/net/in_cksum/Makefile:1.3 Mon Jan 5 18:46:49 2015
+++ src/tests/net/in_cksum/Makefile Mon Jan 5 18:48:46 2015
@@ -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 @@ CDIR=${NETBSDSRCDIR}/sys/netinet
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