Module Name:    src
Committed By:   roy
Date:           Wed Sep 30 17:14:11 UTC 2020

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

Log Message:
Be like other tests and speciy the binary name we install


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/if_tap/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/if_tap/Makefile
diff -u src/tests/net/if_tap/Makefile:1.4 src/tests/net/if_tap/Makefile:1.5
--- src/tests/net/if_tap/Makefile:1.4	Wed Sep 30 17:05:59 2020
+++ src/tests/net/if_tap/Makefile	Wed Sep 30 17:14:11 2020
@@ -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}

Reply via email to