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 fix helper program installation
details: https://anonhg.NetBSD.org/src/rev/98fe307fdd5f
branches: trunk
changeset: 335418:98fe307fdd5f
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 06 03:41:42 2015 +0000
description:
fix helper program installation
diffstat:
tests/net/in_cksum/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b1e71c51b8cf -r 98fe307fdd5f tests/net/in_cksum/Makefile
--- a/tests/net/in_cksum/Makefile Tue Jan 06 03:26:05 2015 +0000
+++ b/tests/net/in_cksum/Makefile Tue Jan 06 03:41:42 2015 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2015/01/06 03:20:24 christos Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/06 03:41:42 christos Exp $
.include <bsd.own.mk>
-MKMAN=no
TESTSDIR= ${TESTSBASE}/net/in_cksum
TESTS_SH=t_in_cksum
-
CDIR=${NETBSDSRCDIR}/sys/netinet
.for i in ${MACHINE_CPU} ${MACHINE_ARCH} ${MACHINE}
@@ -21,6 +19,8 @@
.endfor
PROGS=in_cksum
+MAN.in_cksum= # empty
+BINDIR.in_cksum= ${TESTSDIR}
CPPFLAGS+=-I${CDIR}
Home |
Main Index |
Thread Index |
Old Index