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