1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.1 2011/05/03 15:13:50 jruoho Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc.include <bsd.own.mk> 4*11be35a1SLionel Sambuc 5*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/usr.bin/diff 6*11be35a1SLionel Sambuc 7*11be35a1SLionel SambucTESTS_SH= t_diff 8*11be35a1SLionel Sambuc 9*11be35a1SLionel SambucFILESDIR= ${TESTSDIR} 10*11be35a1SLionel SambucFILES+= d_mallocv1.in 11*11be35a1SLionel SambucFILES+= d_mallocv2.in 12*11be35a1SLionel Sambuc 13*11be35a1SLionel Sambuc.include <bsd.test.mk> 14