Add input files

This commit is contained in:
martin 2020-06-24 15:05:45 +00:00
parent 4c5da4561c
commit daa128b211
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2020/06/24 14:48:47 martin Exp $
# $NetBSD: Makefile,v 1.3 2020/06/24 15:05:45 martin Exp $
.include <bsd.own.mk>
@ -6,4 +6,7 @@ TESTSDIR= ${TESTSBASE}/usr.sbin/stdethers
TESTS_SH= t_stdethers
FILESDIR= ${TESTSDIR}
FILES+= d_valid.in
.include <bsd.test.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2020/06/24 14:48:47 martin Exp $
# $NetBSD: Makefile,v 1.3 2020/06/24 15:05:45 martin Exp $
.include <bsd.own.mk>
@ -6,4 +6,7 @@ TESTSDIR= ${TESTSBASE}/usr.sbin/stdhosts
TESTS_SH= t_stdhosts
FILESDIR= ${TESTSDIR}
FILES+= d_ipv6.in
.include <bsd.test.mk>