Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if_tap Be like other tests and speciy the binary n...
details: https://anonhg.NetBSD.org/src/rev/fd239ef61e1c
branches: trunk
changeset: 940023:fd239ef61e1c
user: roy <roy%NetBSD.org@localhost>
date: Wed Sep 30 17:14:11 2020 +0000
description:
Be like other tests and speciy the binary name we install
diffstat:
tests/net/if_tap/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r 31687766ef4a -r fd239ef61e1c tests/net/if_tap/Makefile
--- a/tests/net/if_tap/Makefile Wed Sep 30 17:11:31 2020 +0000
+++ b/tests/net/if_tap/Makefile Wed Sep 30 17:14:11 2020 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2020/09/30 17:05:59 roy Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/30 17:14:11 roy Exp $
#
.include <bsd.own.mk>
-PROG= rump_open_tap
-MAN= # empty
-DPADD= ${LIBRUMPRES}
-LDADD= -lrumpres
-BINDIR= ${TESTSDIR}
+PROG= rump_open_tap
+MAN= # empty
+DPADD= ${LIBRUMPRES}
+LDADD= -lrumpres
+BINDIR.rump_open_tap= ${TESTSDIR}
-TESTSDIR= ${TESTSBASE}/net/if_tap
+TESTSDIR= ${TESTSBASE}/net/if_tap
.for name in tap
TESTS_SH+= t_${name}
Home |
Main Index |
Thread Index |
Old Index