1# $FreeBSD$
2
3PACKAGE=	tests
4
5ATF_TESTS_SH+=	\
6        basic
7
8${PACKAGE}FILES+=	\
9		utils.subr
10
11.include <bsd.test.mk>
12