1# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:12 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/config
6ATFFILE=	no
7
8FILESDIR=	${TESTSDIR}/support/arch/regress/conf
9FILES=		Makefile.regress
10FILES+=		files.regress
11FILES+=		std.regress
12
13.include <bsd.test.mk>
14.include <bsd.files.mk>
15.include <bsd.prog.mk>
16