summaryrefslogtreecommitdiff
path: root/tests/usr.sbin/mtree/Makefile
blob: 51fef9bd3f177ede8fb112c87db46420edca408b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.2 2013/01/02 18:11:44 christos Exp $

NOMAN=		# defined

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/usr.sbin/mtree

TESTS_SH=	t_mtree

FILESDIR=	${TESTSDIR}

FILES+=		d_convert.in
FILES+=		d_convert_C.out
FILES+=		d_convert_C_S.out
FILES+=		d_convert_D.out
FILES+=		d_convert_D_S.out
FILES+=		netbsd6_d_create.out
FILES+=		mtree_d_create.out
FILES+=		d_merge.in
FILES+=		d_merge_C_M.out
FILES+=		d_merge_C_M_S.out

.include <bsd.test.mk>