1*ab1d953cSwiz# $NetBSD: Makefile,v 1.2 2022/09/09 22:14:29 wiz Exp $ 228604916Sjruoho 328604916SjruohoNOMAN= # defined 428604916Sjruoho 528604916Sjruoho.include <bsd.own.mk> 628604916Sjruoho 728604916SjruohoTESTSDIR= ${TESTSBASE}/usr.bin/grep 828604916Sjruoho 928604916SjruohoTESTS_SH= t_grep 1028604916Sjruoho 1128604916SjruohoFILESDIR= ${TESTSDIR} 1228604916SjruohoFILES= d_basic.out 1328604916SjruohoFILES+= d_begin_end_a.out 1428604916SjruohoFILES+= d_begin_end_b.out 1528604916SjruohoFILES+= d_binary.out 1628604916SjruohoFILES+= d_context2_a.out 1728604916SjruohoFILES+= d_context2_b.out 1828604916SjruohoFILES+= d_context2_c.out 1928604916SjruohoFILES+= d_context_a.in 2028604916SjruohoFILES+= d_context_a.out 2128604916SjruohoFILES+= d_context_b.in 2228604916SjruohoFILES+= d_context_b.out 2328604916SjruohoFILES+= d_context_c.out 2428604916SjruohoFILES+= d_context_d.out 2528604916SjruohoFILES+= d_egrep.out 2628604916SjruohoFILES+= d_file_exp.in 2728604916SjruohoFILES+= d_file_exp.out 2828604916SjruohoFILES+= d_ignore_case.out 2928604916SjruohoFILES+= d_input 3028604916SjruohoFILES+= d_invert.in 3128604916SjruohoFILES+= d_invert.out 3228604916SjruohoFILES+= d_recurse.out 33*ab1d953cSwizFILES+= d_recurse_noarg.out 3428604916SjruohoFILES+= d_recurse_symlink.err 3528604916SjruohoFILES+= d_recurse_symlink.out 3628604916SjruohoFILES+= d_whole_line.out 3728604916SjruohoFILES+= d_word_regexps.out 3828604916SjruohoFILES+= d_zgrep.out 3928604916Sjruoho 4028604916Sjruoho.include <bsd.test.mk> 41