11.2Swiz# $NetBSD: Makefile,v 1.2 2022/09/09 22:14:29 wiz Exp $ 21.1Sjruoho 31.1SjruohoNOMAN= # defined 41.1Sjruoho 51.1Sjruoho.include <bsd.own.mk> 61.1Sjruoho 71.1SjruohoTESTSDIR= ${TESTSBASE}/usr.bin/grep 81.1Sjruoho 91.1SjruohoTESTS_SH= t_grep 101.1Sjruoho 111.1SjruohoFILESDIR= ${TESTSDIR} 121.1SjruohoFILES= d_basic.out 131.1SjruohoFILES+= d_begin_end_a.out 141.1SjruohoFILES+= d_begin_end_b.out 151.1SjruohoFILES+= d_binary.out 161.1SjruohoFILES+= d_context2_a.out 171.1SjruohoFILES+= d_context2_b.out 181.1SjruohoFILES+= d_context2_c.out 191.1SjruohoFILES+= d_context_a.in 201.1SjruohoFILES+= d_context_a.out 211.1SjruohoFILES+= d_context_b.in 221.1SjruohoFILES+= d_context_b.out 231.1SjruohoFILES+= d_context_c.out 241.1SjruohoFILES+= d_context_d.out 251.1SjruohoFILES+= d_egrep.out 261.1SjruohoFILES+= d_file_exp.in 271.1SjruohoFILES+= d_file_exp.out 281.1SjruohoFILES+= d_ignore_case.out 291.1SjruohoFILES+= d_input 301.1SjruohoFILES+= d_invert.in 311.1SjruohoFILES+= d_invert.out 321.1SjruohoFILES+= d_recurse.out 331.2SwizFILES+= d_recurse_noarg.out 341.1SjruohoFILES+= d_recurse_symlink.err 351.1SjruohoFILES+= d_recurse_symlink.out 361.1SjruohoFILES+= d_whole_line.out 371.1SjruohoFILES+= d_word_regexps.out 381.1SjruohoFILES+= d_zgrep.out 391.1Sjruoho 401.1Sjruoho.include <bsd.test.mk> 41