Add Makefile missed in r263220.

This commit is contained in:
Julio Merino 2014-03-16 02:32:44 +00:00
parent 5bc38acbf6
commit 1110970b4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263222

View File

@ -0,0 +1,13 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sbin/mdconfig
TAP_TESTS_SH= legacy_test
TAP_TESTS_SH_SED_legacy_test= 's,__PERL__,${TAP_PERL_INTERPRETER},g'
TEST_METADATA.legacy_test+= required_programs="${TAP_PERL_INTERPRETER}"
FILESDIR= ${TESTSDIR}
FILES= mdconfig.test
FILES+= run.pl
.include <bsd.test.mk>