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 Fix prior



details:   https://anonhg.NetBSD.org/src/rev/1270855312cb
branches:  trunk
changeset: 940021:1270855312cb
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Sep 30 17:05:59 2020 +0000

description:
Fix prior

diffstat:

 tests/net/if_tap/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r af2762617ccd -r 1270855312cb tests/net/if_tap/Makefile
--- a/tests/net/if_tap/Makefile Wed Sep 30 16:47:55 2020 +0000
+++ b/tests/net/if_tap/Makefile Wed Sep 30 17:05:59 2020 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/09/30 14:43:15 roy Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/30 17:05:59 roy Exp $
 #
 
 .include <bsd.own.mk>
 
 PROG=          rump_open_tap
-MAN=
+MAN=           # empty
 DPADD=         ${LIBRUMPRES}
 LDADD=         -lrumpres
+BINDIR=                ${TESTSDIR}
 
 TESTSDIR=      ${TESTSBASE}/net/if_tap
 



Home | Main Index | Thread Index | Old Index