Module Name:    src
Committed By:   christos
Date:           Tue Jan  6 16:08:06 UTC 2015

Modified Files:
        src/tests/net/in_cksum: Makefile

Log Message:
need immediate assignment


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/tests/net/in_cksum/Makefile:1.9
--- src/tests/net/in_cksum/Makefile:1.8	Tue Jan  6 11:04:58 2015
+++ src/tests/net/in_cksum/Makefile	Tue Jan  6 11:08:06 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2015/01/06 16:04:58 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2015/01/06 16:08:06 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@ CDIR=${NETBSDSRCDIR}/sys/netinet
 .for i in ${MACHINE_CPU} ${MACHINE_ARCH} ${MACHINE}
 ADIR:=${NETBSDSRCDIR}/sys/arch/${i}/${i}
 .if exists(${ADIR}/cpu_in_cksum.S)
-CPU_IN_CKSUM_DIR=${ADIR}
+CPU_IN_CKSUM_DIR:=${ADIR}
 .endif
 .endfor
 

Reply via email to