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