1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.2 2012/03/11 18:35:59 jruoho Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc.include <bsd.own.mk> 4*11be35a1SLionel Sambuc 5*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/usr.bin/awk 6*11be35a1SLionel SambucTESTS_SH= t_awk 7*11be35a1SLionel SambucNOMAN= # defined 8*11be35a1SLionel Sambuc 9*11be35a1SLionel SambucFILESDIR= ${TESTSDIR} 10*11be35a1SLionel SambucFILES= d_big_regexp.awk 11*11be35a1SLionel SambucFILES+= d_big_regexp.in 12*11be35a1SLionel SambucFILES+= d_big_regexp.out 13*11be35a1SLionel SambucFILES+= d_end1.awk 14*11be35a1SLionel SambucFILES+= d_end1.in 15*11be35a1SLionel SambucFILES+= d_end1.out 16*11be35a1SLionel SambucFILES+= d_end2.awk 17*11be35a1SLionel SambucFILES+= d_end2.in 18*11be35a1SLionel SambucFILES+= d_end2.out 19*11be35a1SLionel SambucFILES+= d_period.awk 20*11be35a1SLionel SambucFILES+= d_period.in 21*11be35a1SLionel SambucFILES+= d_period.out 22*11be35a1SLionel SambucFILES+= d_string1.awk 23*11be35a1SLionel SambucFILES+= d_string1.out 24*11be35a1SLionel SambucFILES+= d_tolower.awk 25*11be35a1SLionel SambucFILES+= d_tolower.in 26*11be35a1SLionel SambucFILES+= d_tolower.out 27*11be35a1SLionel SambucFILES+= d_toupper.awk 28*11be35a1SLionel SambucFILES+= d_toupper.in 29*11be35a1SLionel SambucFILES+= d_toupper.out 30*11be35a1SLionel SambucFILES+= d_assign_NF.awk 31*11be35a1SLionel SambucFILES+= d_assign_NF.in 32*11be35a1SLionel SambucFILES+= d_assign_NF.out 33*11be35a1SLionel Sambuc 34*11be35a1SLionel Sambuc.include <bsd.test.mk>